Spider Web game for Atari VCS/2600
Created by D Cooper Dalrymple 2018 - dcdalrymple.com
Licensed under GNU LGPL V3.0
Last revision: May 23rd, 2022
The dasm macro assembler is required to compile this program on your local machine. Pre-compiled rom files are also available in the bin
folder. To download the dasm executables, visit dasm-dillon.sourceforge.net.
Make sure that you have the dasm
executable copied into a location in your bash path. Compile the project using the by giving the build file execute permission chmod +x ./build.sh
and running it with ./build.sh
in your terminal while inside the vcs-spider
directory.
Make sure that you have the dasm
executable copied into a location in your path variable. Either run the build.bat
program from a command prompt or double click it in your file explorer.
Physical distribution for commercial use (whether in cartridge or compact format) is not permitted whereas for personal use is strongly recommended as this game is intended to be used on the original Atari 2600 hardware.
- Assembled with dasm from dasm-dillon.sourceforge.net
- Tested with Stella from stella-emu.github.io
- Tested with real Atari 2600 using custom EEPROM cartridges
This project is licensed under GNU LGPL V3.0 - see the LICENSE file for details.