PALADOS
A downloadable tool
Download NowName your own price
Palados is a simple DOS game engine in C inspired by PICO-8 API. Made with the help of Claude AI.
It is targeting x386 architecture so you can build and run it on your old PC!
- Only one header file to include
- Only one library to link
/* User callback functions - implement these in your game */ void init(void); /* Called once at startup */ void update(void); /* Called every frame - game logic */ void draw(void); /* Called every frame - rendering */
| Status | In development |
| Category | Tool |
| Author | Palass Games |
| Tags | 2D, DOS, Game Design, Game engine, MS-DOS, PICO-8, Pixel Art |
Download
Download NowName your own price
Click download now to get access to the following files:
PALADOS Engine 55 kB
DOCS 25 kB
EXAMPLE 33 kB
Development log
- Added documentation and examples52 days ago
- 1.0.2-alpha52 days ago
- 1.0.0-alpha78 days ago




Leave a comment
Log in with itch.io to leave a comment.