Skip to content

xram64/falling-nes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falling Title

falling-nes

Falling is a simple NES game written in 6502 assembly.

This is my first go at both assembly programming and designing an entire game from scratch. Start to finish, the project took 130+ hours over 11 days.

Usage

To play, falling.nes can be loaded into an NES emulator such as FCEUX or Bizhawk. To assemble from source, run NESASM3 falling.asm using the NESASM v3.1 assembler (link below).

References and Resources

Utilities

Other Stuff

My own docs made during development

Music

Changelog

v1.0 [1/6/18]

  • Finished original project.

v1.01 [1/10/19]

  • Minor refactoring and difficulty tweaks.

v1.1 [11/24/19]

  • Smoothed out difficulty curve.
    • Adapted movement code for player, obstacles, and pickups to use a basic subpixel system.
    • Difficulty now ramps up in ~50 incremental steps from game start to reach max speed by 255 seconds.
    • Decreased spawn rates of pickups. Spawn rates also increase with difficulty curve.
  • Replaced Day mode music with a new track.