Planned improvements - avindra/snake GitHub Wiki
:bookmark_tabs: OPEN
[low] Improve UI integration in site
This React/JS hookup problem is tracked in Issue #4.
The main build (fullscreen mode) is fine and has no such issues.
:hammer: IN-PROGRESS
[medium] 2+ render targets
A console based interface should be built to enable play of the game using only a terminal emulator (no browser).
:ship: DONE
[2020-01-07] Multiple spawn points
There should be at least 4 spawn points, corresponding to each of the quadrants in the game.
Up to 8 spawn configurations could be possible, if the snake has a chance to go in two directions.
It can be taken steps beyond that, but the outcome should be:
- makes game more fun (more varied)
- more conditions / variety to explore in ML environment