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 */

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

Leave a comment

Log in with itch.io to leave a comment.