You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D game with poor graphics and the simples possible neural network model: perceptron. Neural network is learning the game board during runtime. Language: Python with PyGame
Simple 2D game logic with simple perceptron neural network for learning current look of the game board
The appearance of the game
Appearance during playing
Score appearance after game loss by AI gamer
Sample appearance is described above
The Neural Network schema
Simple representation created by MS Paint to imagine perceptron schema
About
2D game with poor graphics and the simples possible neural network model: perceptron. Neural network is learning the game board during runtime. Language: Python with PyGame