Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obono/crisp-game-lib-arduboy
A customized version of crisp-game-lib-portable for Arduboy™
https://github.com/obono/crisp-game-lib-arduboy
arduboy arduboy-game arduboy2
Last synced: about 15 hours ago
JSON representation
A customized version of crisp-game-lib-portable for Arduboy™
- Host: GitHub
- URL: https://github.com/obono/crisp-game-lib-arduboy
- Owner: obono
- License: mit
- Created: 2022-11-19T08:28:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T16:42:14.000Z (11 months ago)
- Last Synced: 2024-01-13T08:02:28.772Z (11 months ago)
- Topics: arduboy, arduboy-game, arduboy2
- Language: C
- Homepage:
- Size: 819 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crisp-game-lib-arduboy
A customized version of [crisp-game-lib-portable](https://github.com/abagames/crisp-game-lib-portable) for [Arduboy™](https://www.arduboy.com/).
![Picture](docs/img/picture.jpg)
## Available Games
[Play games on the emulator.](https://obono.github.io/crisp-game-lib-arduboy/repo_viewer.html)
### [Survivor](cglabSurvivor/)
![Survivor](docs/img/survivor_animation.gif)
### [Pin Climb](cglabPinClimb/)
![Pin Climb](docs/img/pin_climb_animation.gif)
### [Ball Tour](cglabBallTour/)
![Ball Tour](docs/img/ball_tour_animation.gif)
### [Paku Paku](cglabPakuPaku/)
![Paku Paku](docs/img/paku_paku_animation.gif)
### Common Operation
* Press down to toggle sound on/off in title screen.
* Press A or B to (re)start game.## How to build
1. [Setup Arduboy developing environment](https://www.arduboy.com/quick-start#programming).
* Sketches in this repository depend on only [Arduboy2 library](https://github.com/MLXXXp/Arduboy2).
2. Copy [./lib/*](lib/) files to the directory you want to build.
3. Verify and upload *.ino file.## Code reference
* [Functions and variables](https://obono.github.io/crisp-game-lib-arduboy/ref_document/cglab_8c.html)
* [Structs and macros](https://obono.github.io/crisp-game-lib-arduboy/ref_document/cglab_8h.html)
* [2d vector functions](https://obono.github.io/crisp-game-lib-arduboy/ref_document/vector_8c.html) ([macros](https://obono.github.io/crisp-game-lib-arduboy/ref_document/vector_8h.html))## License
These codes are licensed under [MIT License](LICENSE).
## Acknowledgments
Special thanks to [ABA games](http://www.asahi-net.or.jp/~cs8k-cyu/).
He is a genius game creator!! :thumbsup: