An open API service indexing awesome lists of open source software.

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

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
```

![flappy](https://github.com/user-attachments/assets/a09094ab-4d8c-4583-8ab2-8f97fe3151f2)

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