All Projects → mateoconlechuga → oiram

mateoconlechuga / oiram

Licence: BSD-3-Clause License
Oiram is a Mario platformer clone

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects

Projects that are alternatives of or similar to oiram

Super-Meta-MarIO
Mario AI Ensemble
Stars: ✭ 15 (-68.75%)
Mutual labels:  mario
smmdb
cross console/emulator sharing platform for Super Mario Maker courses
Stars: ✭ 51 (+6.25%)
Mutual labels:  mario
cli
The front end project template cli
Stars: ✭ 15 (-68.75%)
Mutual labels:  mario
Mario5TS
The TypeScript version of the Mario5 demo application.
Stars: ✭ 59 (+22.92%)
Mutual labels:  mario
MARIOFont
The Mario fonts you usually see in Mario games
Stars: ✭ 56 (+16.67%)
Mutual labels:  mario
phaser-mario
Mario-like class for Phaser
Stars: ✭ 19 (-60.42%)
Mutual labels:  mario
SuperMario-Allegro-Cpp
Simple Super Mario in Allegro C++ & The Final Project of Course Advanced Programming
Stars: ✭ 21 (-56.25%)
Mutual labels:  mario
super-mario-rl
Deep Reinforcement learning and Python learn how to play the original Super Mario Bros
Stars: ✭ 25 (-47.92%)
Mutual labels:  mario
MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (-50%)
Mutual labels:  mario
Dude-SideScroll
🎮 A side-scrolling adventure game.
Stars: ✭ 19 (-60.42%)
Mutual labels:  mario
smw-tas
Utility scripts and TAS tools for Super Mario World to be run on lsnes or Snes9x-rr.
Stars: ✭ 41 (-14.58%)
Mutual labels:  mario
Miyamoto
A supercharged fork of the modern day level editor.
Stars: ✭ 67 (+39.58%)
Mutual labels:  mario
SuperMarioBros
A work-in-progress remake of the original Super Mario Bros. for NES, in the browser using canvas and P5JS.
Stars: ✭ 23 (-52.08%)
Mutual labels:  mario
super-mario-message
Display custom messages in a Super Mario Bros environment
Stars: ✭ 18 (-62.5%)
Mutual labels:  mario
cemu-smmdb
No description or website provided.
Stars: ✭ 56 (+16.67%)
Mutual labels:  mario
mario-homepage
A Super Mario portfolio homepage that you can play with.
Stars: ✭ 21 (-56.25%)
Mutual labels:  mario
jspicl-mario-sample
A basic Mario game showcasing how to create PICO-8 games in JavaScript.
Stars: ✭ 19 (-60.42%)
Mutual labels:  mario
MarioProgressBar
The Mario progress bar for IntelliJ IDEA and other JetBrains IDEs.
Stars: ✭ 29 (-39.58%)
Mutual labels:  mario
Level-Headed
Random Level Generator for Super Mario Bros. 1 on the NES
Stars: ✭ 100 (+108.33%)
Mutual labels:  mario
smaghetti
A web based level editor for Super Mario Advance 4, the GBA port of Super Mario Bros 3
Stars: ✭ 31 (-35.42%)
Mutual labels:  mario

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].