All Projects → zorchenhimer → nes-runner

zorchenhimer / nes-runner

Licence: MIT license
An infinite runner NES game!

Programming Languages

assembly
5116 projects
go
31211 projects - #10 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to nes-runner

nes-breakout
Breakout meets Inception on the NES
Stars: ✭ 13 (-53.57%)
Mutual labels:  nes, nes-game, assembly-6502, 6502-assembly, nes-rom
6502-npp-syntax
Notepad++ Syntax Highlighting for 6502 Assembly (and NESASM)
Stars: ✭ 21 (-25%)
Mutual labels:  nes, 6502-assembly
stg-for-nes
Simple STG for NES
Stars: ✭ 18 (-35.71%)
Mutual labels:  nes, assembly-6502
first nes
Create your own games for the Nintendo Entertainment System! This "starter" game is easily extensible for your own projects. Includes references.
Stars: ✭ 94 (+235.71%)
Mutual labels:  nes, assembly-6502
n65
An assembler for the 6502 microprocessor written in Ruby
Stars: ✭ 12 (-57.14%)
Mutual labels:  nes, 6502-assembly
strgen
A Python module for a template language that generates randomized data
Stars: ✭ 34 (+21.43%)
Mutual labels:  random-generation
random
The most random module on npm
Stars: ✭ 106 (+278.57%)
Mutual labels:  prng
arbitrater
Arbitrater is a Kotlin library for creating arbitrary instances of classes by reflection for use in testing. In contrast to POJO generators, it supports Kotlin's optional parameters and nullable types.
Stars: ✭ 33 (+17.86%)
Mutual labels:  random-generation
KA-Rando
A randomizer for Kirby's Adventure for NES
Stars: ✭ 15 (-46.43%)
Mutual labels:  nes
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (-7.14%)
Mutual labels:  nes
asm6f
A fork of loopy's ASM6, a 6502 assembler.
Stars: ✭ 79 (+182.14%)
Mutual labels:  nes
ManicMiner2021
Manic Miner remastered on the BBC Micro
Stars: ✭ 46 (+64.29%)
Mutual labels:  6502-assembly
disc-elite-beebasm
Fully documented and annotated source code for the disc version of Elite on the BBC Micro
Stars: ✭ 19 (-32.14%)
Mutual labels:  6502-assembly
gimp-rom-bin
GIMP plug-in to read/write SNES / NES / GB / GBA / NGP / MD / etc ROM image, tile and sprite files
Stars: ✭ 54 (+92.86%)
Mutual labels:  nes
shredos.x86 64
Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
Stars: ✭ 383 (+1267.86%)
Mutual labels:  prng
bad-apple
“Bad Apple” - The definitive BBC Micro/Teletext Version
Stars: ✭ 46 (+64.29%)
Mutual labels:  6502-assembly
stm32f103 NES Mario
NES emulator transplanted to STM32f103zet6 development board
Stars: ✭ 14 (-50%)
Mutual labels:  nes
Gearnes
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 23 (-17.86%)
Mutual labels:  nes
SuperMarioBros
A work-in-progress remake of the original Super Mario Bros. for NES, in the browser using canvas and P5JS.
Stars: ✭ 23 (-17.86%)
Mutual labels:  nes
Dn-FamiTracker
modifications and improvements for 0CC-FamiTracker (based on j0CC-FamiTracker 0.6.3)
Stars: ✭ 126 (+350%)
Mutual labels:  nes

runner.nes

This is a brand new NES game that I'm writing on stream over on Twitch.tv! The vast majority of this game has been written on stream with very little done off stream.

Assembling the ROM

  1. Follow this guide to setup the environment: NES_Build_Environment.md
  2. git clone https://github.com/zorchenhimer/nes-runner.git
  3. cd nes-runner
  4. make

After make is run you should have a sub-directory named bin/ that holds a bunch of stuff, namely runner.nes and some symbols files for the both the Mesen and FCEUX emulators.

But why though?

Because it's fun!

Where can I download the ROM?

Head on over to the relases page and grab it!

License

MIT. See LICENSE.md for the full text.

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].