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

https://github.com/obono/thumbyworks

My works for Thumby
https://github.com/obono/thumbyworks

micropython rp2040 thumby

Last synced: about 2 months ago
JSON representation

My works for Thumby

Awesome Lists containing this project

README

          

# ThumbyWorks ![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)

Making mini games for [Thumby™](https://thumby.us/).

You have to transfer ["obnlib.py"](lib/obnlib.py) and ["obnfont.bin"](lib/obnfont.bin) to "/lib" directory of the Thumby™ device.

## Products

* OBN-H01 [Micro 2048](Games/Micro2048/Micro2048.py)
* Tiles with the same number merge into one when they touch. Add them up to reach 2048 and more.
* D-pad: slide panels / A: undo / B: back to title\
![title](docs/img/Micro2048_shot1.png) ![playing](docs/img/Micro2048_shot2.png)
* OBN-H02 [Hollow Seeker](Games/HollowSeeker/HollowSeeker.py)
* Go forward in right direction. Seek a hollow as refuge not to be crushed.
* D-pad left: move left / D-pad right or A: move right / B: pause\
![title](docs/img/HollowSeeker_shot1.png) ![playing](docs/img/HollowSeeker_shot2.png)

## License

These codes are licensed under [MIT License](LICENSE).