一个基于 Python 的轻量小游戏. Contribute to BingYanchi/FlappyBird development by creating an account on GitHub.
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Flappy Bird Flappy Bird for desktop platforms.基于Java和JDK基本库编写开发平台为macOS 10.15.5,开发工具为Eclipse IDE (4.16.0),Java SE 8[1.8.0_251]Overview本项目为Flappy bird的桌面平台版,具备原版的所有功能,且相较于原版优化了游戏难度并加入移动型水管,增加可玩性。
flappy bird game developed by cocos creator . Contribute to cocos-creator-demo/cocos-flappy-bird development by creating an account on GitHub.
This is the source code of Flappy Bird version created with Felgo. The game runs with Felgo on iOS, Android and on all desktop platforms. - FelgoSDK/FlappyBird
FlapPyBird A Flappy Bird Clone made usingpython-pygame How-to (as tested on MacOS) Install Python 3.x (recommended) 2.x fromhere Installpipenv Install PyGame 1.9.x fromhere Clone the repository: $ git clone https://github.com/sourabhv/FlapPyBird ...
A Flappy Bird Clone made usingpython-pygame How-to (as tested on MacOS) Install Python 3.x (recommended) 2.x fromhere Installpipenv Install PyGame 1.9.x fromhere Clone the repository: $ git clone https://github.com/sourabhv/FlapPyBird ...
A Flappy Bird Clone using python-pygame. Contribute to Franhaces/FlapPyBird development by creating an account on GitHub.
A Flappy Bird Clone made using python-pygame How-to (as tested on MacOS) Install Python 3.x (recommended) 2.x from here Install pipenv Install PyGame 1.9.x from here Clone the repository: $ git clone https://github.com/sourabhv/FlapPyBird or download as zip and extract. In the...
git clone https://github.com/yenchenlin1994/DeepLearningFlappyBird.git cd DeepLearningFlappyBird python deep_q_network.py What is Deep Q-Network? It is a convolutional neural network, trained with a variant of Q-learning, whose input is raw pixels and whose output is a value function estim...