Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyspal/flappy
Implementation of a Flappy Bird game based on The Cherno's Let's Make Flappy Bird video series available at: https://www.youtube.com/watch?v=1pUYjxeDNEs&list=PLlrATfBNZ98e5KBKGcL7ARy3DjstzI2TV
https://github.com/lyspal/flappy
Last synced: 2 days ago
JSON representation
Implementation of a Flappy Bird game based on The Cherno's Let's Make Flappy Bird video series available at: https://www.youtube.com/watch?v=1pUYjxeDNEs&list=PLlrATfBNZ98e5KBKGcL7ARy3DjstzI2TV
- Host: GitHub
- URL: https://github.com/lyspal/flappy
- Owner: Lyspal
- License: gpl-3.0
- Created: 2019-10-05T18:56:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T05:01:21.000Z (almost 5 years ago)
- Last Synced: 2024-11-18T13:49:02.263Z (2 months ago)
- Language: Java
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flappy
Implementation of a Flappy Bird game based on The Cherno's Let's Make Flappy Bird video series available at: https://www.youtube.com/watch?v=1pUYjxeDNEs&list=PLlrATfBNZ98e5KBKGcL7ARy3DjstzI2TVModifications have been made to the code for implementing LWJGL 3 on MacOS.