https://github.com/mateoconlechuga/oiram
Oiram is a Mario platformer clone
https://github.com/mateoconlechuga/oiram
mario mario-platformer
Last synced: about 1 year ago
JSON representation
Oiram is a Mario platformer clone
- Host: GitHub
- URL: https://github.com/mateoconlechuga/oiram
- Owner: mateoconlechuga
- License: bsd-3-clause
- Created: 2016-11-27T07:10:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T17:28:29.000Z (over 2 years ago)
- Last Synced: 2025-03-29T19:11:09.472Z (about 1 year ago)
- Topics: mario, mario-platformer
- Language: C
- Homepage:
- Size: 1.78 MB
- Stars: 69
- Watchers: 9
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/mateoconlechuga/oiram/blob/master/extra/readme.md).
There's also a handy level editor [here](https://github.com/mateoconlechuga/oiram-editor/releases/latest).
Animated Screenshots:


## Building
If you would like to build oiram, be sure you have the latest LLVM [CE C Toolchain](https://github.com/CE-Programming/toolchain/releases/latest) 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