Skip to content

An NES homebrew game written in 6502 assembly. For the nesdev compo 2016.

Notifications You must be signed in to change notification settings

dustmop/filthy-kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The kitchen is so dirty, clean it up!

Filthy Kitchen is a homebrew NES game, written in 6502 assembly. You control the hapless kitchen owner, who needs to find the broom, picking up unspoiled food along the way. Avoid anything dirty if you want to succeed. Kill flies using your boomerang-like swatter; if you kill multiple flies without catching it, you'll get a high scoring combo!

Play it

https://dustmop.itch.io/filthy-kitchen

Dependencies

Building

  • Install the dependencies

  • Make sure ca65, make, makechr, and python are in your PATH as well.

  • Modify your PATH so it includes Famitracker.exe and the utilities from famitone2: nsf2data.exe and ftm2data.exe. Alternatively, copy those executables to a folder that your PATH already points to.

  • For OSX builds using wine, create scripts that call these exe's using wine, and put those in your PATH.

  • For example:

wine famitracker.exe "$@"

in a file called "famitracker" in your PATH. Make sure the executable bit is set:

chmod a+x famitracker

Make

Once ready, call make to build:

make

Secret password

You've found a secret at the end of the README. Tell the title screen why the kitchen needs to be clean. Say "dirt bad" (D-U-R-D-B-A-D).

About

An NES homebrew game written in 6502 assembly. For the nesdev compo 2016.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages