Skip to content

Commit d883210

Browse files
committed
added a gif sample
1 parent 4f0920c commit d883210

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/flappy.gif

10.5 MB
Loading

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
A Flappy Bird like game that uses a feedforward neural network to play the game, and a genetic algorithm to learn how to play the game.
77

8+
<p align="center">
9+
<img width="100%" alt="Sample GIF Loading..." src="docs/flappy.gif">
10+
</p>
11+
812
The player's bird which is actually just a box (has a red colored outline and filled with yellow color inside) can be controlled by the human player by pressing the `space` key in the keyboard.
913

1014
A human player can compete with the each generated birds controlled by their own neural network.

0 commit comments

Comments
 (0)