Skip to content

GameBoy puzzle game inspired by the 1995 handheld game "Lights Out"

License

Notifications You must be signed in to change notification settings

walshyb/lights-out-gb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GB Lights Out

My Game Boy version of the 1995 handheld electronic game, Lights Out! This project scratches both of my itches of 1) learning an assembly language and 2) getting into game development.

I wanted to make this game because I love this style of board / cell-flipping puzzle games. It's also simple enough for someone new at assembly and Game Boy development to attempt, but still has implications challenging enough to be able to learn about many facets of this type of development.

Challenges I've run into and learned from, thus far:

  • Representing and working with a grid (effectively, a 2D array) in assembly (my favorite problem so far!)
  • Designing and displaying custom tilemaps
  • General hardware management (waiting for VBlanks, updating screen appropriately, etc)
  • Reading and updating memory dynamically, and having changes reflected on screen
  • Sprite movement

About

GameBoy puzzle game inspired by the 1995 handheld game "Lights Out"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published