Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svelterust/vbird
Flappy Bird using deep learning in V
https://github.com/svelterust/vbird
flappy-bird v
Last synced: about 1 month ago
JSON representation
Flappy Bird using deep learning in V
- Host: GitHub
- URL: https://github.com/svelterust/vbird
- Owner: svelterust
- Created: 2021-11-05T22:20:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T22:00:24.000Z (about 3 years ago)
- Last Synced: 2024-11-24T16:17:46.393Z (about 1 month ago)
- Topics: flappy-bird, v
- Language: V
- Homepage:
- Size: 673 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vbird
`vbird` is an implementation of Flappy Bird using deep learning in V. `space`
to toggle speedup, and `escape` to close window.```bash
git clone https://github.com/knarkzel/vbird
cd vbird/
v run .
```