https://github.com/doccaico/flappy-gopher-c
flappy gopher in C
https://github.com/doccaico/flappy-gopher-c
Last synced: over 1 year ago
JSON representation
flappy gopher in C
- Host: GitHub
- URL: https://github.com/doccaico/flappy-gopher-c
- Owner: doccaico
- Created: 2024-08-29T06:34:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T10:45:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T11:38:20.742Z (over 1 year ago)
- Language: C
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### flappy
```sh
# Run
$ call build.bat && flappy.exe
# Debug Build
$ call build.bat
# Release Build
$ call build.bat --release
```

参照先: [はねるgopherくんゲームを作ろう](https://zenn.dev/eihigh/books/ebitengine-book/viewer/flappy1)