├── LICENSE ├── Matrix.pde ├── NetMatrix.pde ├── NeuraNet.pde ├── Population.pde ├── README.md ├── Tetris.pde └── TetrisAI.pde /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/LICENSE -------------------------------------------------------------------------------- /Matrix.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/Matrix.pde -------------------------------------------------------------------------------- /NetMatrix.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/NetMatrix.pde -------------------------------------------------------------------------------- /NeuraNet.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/NeuraNet.pde -------------------------------------------------------------------------------- /Population.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/Population.pde -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/README.md -------------------------------------------------------------------------------- /Tetris.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/Tetris.pde -------------------------------------------------------------------------------- /TetrisAI.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greerviau/TetrisAI/HEAD/TetrisAI.pde --------------------------------------------------------------------------------