/neuralTetris

An HTML5/javascript implementation of Tetris by rendering to a <canvas> element. This version records users' moves and changes to board state and sends them to an included python web server script that will record the data into a rethinkdb database. This data can then be used to train a neural network using keras which can feed a client with data allowing the neural network to play like a given user.

Primary LanguageJavaScriptMIT LicenseMIT

Watchers