oiram icon indicating copy to clipboard operation
oiram copied to clipboard

Oiram is a Mario platformer clone

Oiram

Oiram is a mario-style platformer programmed from scratch in C and assembly using the CE development toolchain.

You can find the complete readme here. There's also a handy level editor here.

Animated Screenshots:

screenshot0 screenshot1

Building

If you would like to build oiram, be sure you have the latest LLVM CE C Toolchain installed.

Then simply clone or download the repository from above, and run the following commands:

make gfx
make

The following files make up the built project, which should be sent to the calculator:

src/gfx/OiramS.8xv: Oriam sprites

src/gfx/OiramT.8xv: Oriam tileset

extra/OiramPK.8xv: Oriam default level pack

bin/Oiram.8xp: Oriam program