Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateoconlechuga/oiram
Oiram is a Mario platformer clone
https://github.com/mateoconlechuga/oiram
mario mario-platformer
Last synced: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T03:43:40.000Z (over 2 years ago)
- Last Synced: 2023-10-20T21:40:34.246Z (about 1 year ago)
- Topics: mario, mario-platformer
- Language: C
- Homepage:
- Size: 1.78 MB
- Stars: 57
- Watchers: 9
- Forks: 12
- Open Issues: 1
-
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:
![screenshot0](https://raw.githubusercontent.com/mateoconlechuga/oiram/master/extra/screen0.png)
![screenshot1](https://raw.githubusercontent.com/mateoconlechuga/oiram/master/extra/screen1.gif)## 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
makeThe 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