├── 1986_KP_Centipede_design.pdf ├── Centipede_game_complete.asm ├── README.md ├── _config.yml ├── centiblock ├── CENTIBLOCK_centipede.asm ├── CENTIBLOCK_flea.asm ├── CENTIBLOCK_player.asm ├── CENTIBLOCK_scorpion.asm ├── CENTIBLOCK_spider.asm └── centipede_example_code.asm ├── centipede.png ├── centipedeDemo_centiblock_test.sna ├── centipede_WIP_010518.sna ├── centipede_WIP_010518_vid.mp4 ├── centipede_WIP_080518.sna ├── centipede_WIP_080518_vid.mp4 ├── centipede_WIP_090518.sna ├── centipede_WIP_090518_vid.mp4 ├── centipede_WIP_110518.sna ├── centipede_WIP_160518.sna ├── centipede_WIP_160518_vid.mp4 ├── centipede_WIP_200418.sna ├── centipede_WIP_200418_vid.mp4 ├── centipede_WIP_230418.sna ├── centipede_WIP_230418_vid.mp4 ├── centipede_WIP_240418.sna ├── centipede_WIP_240418_vid.mp4 ├── centipede_example_demo.sna ├── code_running.mp4 ├── fleaDemo_centiblock.sna ├── playerdemo_centiblock.sna ├── samplecode └── GENERAL_8x8Char_draw.asm ├── scorpionDemo_centiblock.sna ├── spiderDemo_centiblock_test.sna └── tools └── centipede_PNG_to_bytes.py /1986_KP_Centipede_design.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/1986_KP_Centipede_design.pdf -------------------------------------------------------------------------------- /Centipede_game_complete.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/Centipede_game_complete.asm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/_config.yml -------------------------------------------------------------------------------- /centiblock/CENTIBLOCK_centipede.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centiblock/CENTIBLOCK_centipede.asm -------------------------------------------------------------------------------- /centiblock/CENTIBLOCK_flea.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centiblock/CENTIBLOCK_flea.asm -------------------------------------------------------------------------------- /centiblock/CENTIBLOCK_player.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centiblock/CENTIBLOCK_player.asm -------------------------------------------------------------------------------- /centiblock/CENTIBLOCK_scorpion.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centiblock/CENTIBLOCK_scorpion.asm -------------------------------------------------------------------------------- /centiblock/CENTIBLOCK_spider.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centiblock/CENTIBLOCK_spider.asm -------------------------------------------------------------------------------- /centiblock/centipede_example_code.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centiblock/centipede_example_code.asm -------------------------------------------------------------------------------- /centipede.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede.png -------------------------------------------------------------------------------- /centipedeDemo_centiblock_test.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipedeDemo_centiblock_test.sna -------------------------------------------------------------------------------- /centipede_WIP_010518.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_010518.sna -------------------------------------------------------------------------------- /centipede_WIP_010518_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_010518_vid.mp4 -------------------------------------------------------------------------------- /centipede_WIP_080518.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_080518.sna -------------------------------------------------------------------------------- /centipede_WIP_080518_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_080518_vid.mp4 -------------------------------------------------------------------------------- /centipede_WIP_090518.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_090518.sna -------------------------------------------------------------------------------- /centipede_WIP_090518_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_090518_vid.mp4 -------------------------------------------------------------------------------- /centipede_WIP_110518.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_110518.sna -------------------------------------------------------------------------------- /centipede_WIP_160518.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_160518.sna -------------------------------------------------------------------------------- /centipede_WIP_160518_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_160518_vid.mp4 -------------------------------------------------------------------------------- /centipede_WIP_200418.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_200418.sna -------------------------------------------------------------------------------- /centipede_WIP_200418_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_200418_vid.mp4 -------------------------------------------------------------------------------- /centipede_WIP_230418.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_230418.sna -------------------------------------------------------------------------------- /centipede_WIP_230418_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_230418_vid.mp4 -------------------------------------------------------------------------------- /centipede_WIP_240418.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_240418.sna -------------------------------------------------------------------------------- /centipede_WIP_240418_vid.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_WIP_240418_vid.mp4 -------------------------------------------------------------------------------- /centipede_example_demo.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/centipede_example_demo.sna -------------------------------------------------------------------------------- /code_running.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/code_running.mp4 -------------------------------------------------------------------------------- /fleaDemo_centiblock.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/fleaDemo_centiblock.sna -------------------------------------------------------------------------------- /playerdemo_centiblock.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/playerdemo_centiblock.sna -------------------------------------------------------------------------------- /samplecode/GENERAL_8x8Char_draw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/samplecode/GENERAL_8x8Char_draw.asm -------------------------------------------------------------------------------- /scorpionDemo_centiblock.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/scorpionDemo_centiblock.sna -------------------------------------------------------------------------------- /spiderDemo_centiblock_test.sna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/spiderDemo_centiblock_test.sna -------------------------------------------------------------------------------- /tools/centipede_PNG_to_bytes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevman3d/ZXSpeccy-z80-projects/HEAD/tools/centipede_PNG_to_bytes.py --------------------------------------------------------------------------------