niho / nes

A simple NES game written in 6502 assembler while in COVID-19 quarantine/convalescence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NES game

Messing around with writing NES games in 6502 assembler.

Requirements

Requires the cc65 macro assembler and linker to be installed. On macOS it can be installed using Homebrew:

brew install cc65

About

A simple NES game written in 6502 assembler while in COVID-19 quarantine/convalescence.

License:MIT License


Languages

Language:Assembly 90.8%Language:Makefile 9.2%