Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sago35/koebiten
koebiten is a miniten clone that runs on TinyGo
https://github.com/sago35/koebiten
Last synced: 3 months ago
JSON representation
koebiten is a miniten clone that runs on TinyGo
- Host: GitHub
- URL: https://github.com/sago35/koebiten
- Owner: sago35
- License: mit
- Created: 2024-08-31T01:42:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T23:30:53.000Z (4 months ago)
- Last Synced: 2024-10-11T11:56:28.607Z (4 months ago)
- Language: Go
- Size: 149 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-tinygo - koebiten - Koebiten is a 2D game engine that runs on TinyGo. It’s inspired by Ebitengine and is characterized by its simple API. (Gaming / Instrumentation and control with sensors and actuators)
README
# koebiten
**The API is not yet fixed.**
Koebiten is a package for making simple games.
It was initially created based on a package called miniten.* https://github.com/eihigh/miniten
## games/flappygopher
### run with koebiten
![](./images/flappygopher.jpg)
For now, koebiten only works on [zero-kb02](https://github.com/sago35/keyboards) and [macropad-rp2040](https://learn.adafruit.com/adafruit-macropad-rp2040). It needs some improvements to run in a more general environment.
```
$ tinygo flash --target waveshare-rp2040-zero --size short ./games/flappygopher
```## games/jumpingopher
### run with koebiten
![](./images/jumpingopher.jpg)
```
$ tinygo flash --target waveshare-rp2040-zero --size short ./games/jumpingopher
```more info : [./games/jumpingopher](./games/jumpingopher)
## Others
The other games are located under [./games](./games).
## link
* https://github.com/eihigh/miniten
* https://github.com/sago35/keyboards