├── README.md ├── license.md ├── loveiskind.nes └── source ├── background1.nam ├── background2.nam ├── background3.nam ├── background4.nam ├── gfx.chr ├── loveiskind.asm └── music.nsf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/README.md -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/license.md -------------------------------------------------------------------------------- /loveiskind.nes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/loveiskind.nes -------------------------------------------------------------------------------- /source/background1.nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/background1.nam -------------------------------------------------------------------------------- /source/background2.nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/background2.nam -------------------------------------------------------------------------------- /source/background3.nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/background3.nam -------------------------------------------------------------------------------- /source/background4.nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/background4.nam -------------------------------------------------------------------------------- /source/gfx.chr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/gfx.chr -------------------------------------------------------------------------------- /source/loveiskind.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/loveiskind.asm -------------------------------------------------------------------------------- /source/music.nsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hxlnt/computers-are-easy/HEAD/source/music.nsf --------------------------------------------------------------------------------