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
- Host: GitHub
- URL: https://github.com/obono/thumbyworks
- Owner: obono
- License: mit
- Created: 2022-03-13T08:36:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T10:23:47.000Z (about 4 years ago)
- Last Synced: 2025-02-14T07:51:15.268Z (over 1 year ago)
- Topics: micropython, rp2040, thumby
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThumbyWorks 
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\
 
* 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\
 
## License
These codes are licensed under [MIT License](LICENSE).