Skip to content

Commit

Permalink
Release v0.5b, removed bad dead ends, refactored for R37
Browse files Browse the repository at this point in the history
  • Loading branch information
SlithyMatt committed Mar 23, 2020
1 parent d51590d commit cf9fa82
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 745 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# x16-chasevault
Chase Vault: A new game for the Commander X16 retrocomputer.

As seen on YouTube: https://youtu.be/9lPScILs3G0
As seen on YouTube: https://youtu.be/xFjnOoglXfI

![](cv9.gif)

Expand All @@ -24,4 +24,4 @@ Simply `LOAD "CHASEVAULT.PRG"` then `RUN`, or auto-run with the emulator from th
Build requirements: gcc, cc65

This game is now undergoing beta testing. The master baseline is not guaranteed to be fully working. The latest stable release is
https://github.com/SlithyMatt/x16-chasevault/releases/tag/v0.4b
https://github.com/SlithyMatt/x16-chasevault/releases/tag/v0.5b
140 changes: 0 additions & 140 deletions bomb_test.asm

This file was deleted.

4 changes: 0 additions & 4 deletions build_test.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#!/bin/bash

cl65 --cpu 65C02 -o player_test.prg -l player_test.list player_test.asm
cl65 --cpu 65C02 -o enemy_test.prg -l enemy_test.list enemy_test.asm
cl65 --cpu 65C02 -o MAPBROWSE.PRG -l map_browse.list map_browse.asm
cl65 --cpu 65C02 -o startscreen_browse.prg -l startscreen_browse.list startscreen_browse.asm
cl65 --cpu 65C02 -o joystick_test.prg -l joystick_test.list joystick_test.asm
cl65 --cpu 65C02 -o fireball_test.prg -l fireball_test.list fireball_test.asm
cl65 --cpu 65C02 -o bomb_test.prg -l bomb_test.list bomb_test.asm
cl65 --cpu 65C02 -o ws_test.prg -l ws_test.list ws_test.asm
./asc2bin.exe spritesheet.txt SPRITESHEET.BIN 4000
cl65 --cpu 65C02 -o sprite_sheet.prg -l sprite_sheet.list sprite_sheet.asm
103 changes: 0 additions & 103 deletions enemy_test.asm

This file was deleted.

Loading

0 comments on commit cf9fa82

Please sign in to comment.