1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/flappylearning
2021-01-19 15:55:52 +02:00
..
img examples: add flappylearning to examples (#7605) 2020-12-27 11:19:32 +01:00
modules/neuroevolution checker: error on a.slice(x,y) outside builtin 2021-01-19 15:55:52 +02:00
.gitignore examples: add flappylearning to examples (#7605) 2020-12-27 11:19:32 +01:00
game.v flappylearning: set app.timer_period_ms to 0 with 0 key 2020-12-31 17:51:52 +02:00
LICENSE examples: add flappylearning to examples (#7605) 2020-12-27 11:19:32 +01:00
README.md examples: add flappylearning to examples (#7605) 2020-12-27 11:19:32 +01:00

flappylearning-v

flappy learning implemented by vlang

get started

v run game.v

flappy.png

thanks

https://github.com/xviniette/FlappyLearning

license

MIT