https://github.com/invpe/kopico
Explore the BASICs of game programming on your M5Core
https://github.com/invpe/kopico
basic-programming esp32-arduino gamedev
Last synced: about 1 year ago
JSON representation
Explore the BASICs of game programming on your M5Core
- Host: GitHub
- URL: https://github.com/invpe/kopico
- Owner: invpe
- License: mit
- Created: 2024-01-19T08:49:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T12:26:07.000Z (over 2 years ago)
- Last Synced: 2025-01-29T17:12:43.413Z (over 1 year ago)
- Topics: basic-programming, esp32-arduino, gamedev
- Language: C
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kopico

Unfinished, still working game programming project/prototype on tiny scale.
Uses [My Basic](https://github.com/paladin-t/my_basic) and M5Core with Faces to generate fun.
As of now:
- Can render gfx
- Can print text
- Can draw pixels
- Can draw textures (BMP)
- Can save
- Can work with keyboards
- Has a simple code editor
- Can play your game

Maybe-a-todo-list:
- Save/Load menu
- Texture editor
- Splash screen !
- Support other faces (like the game one)