A 2048 game for the ATARI Jaguar.
The game is a clone of 2048 by gabrielecirulli.
There is no need to install GNU Make or the vbcc tool chain if you are using Docker.
Windows users can use the folling command line:
docker run --rm -v "%cd%":/usr/src/compile -w /usr/src/compile toarnold/jaguarvbcc:0.9f makeLinux users use this:
$ docker run --rm -v "$PWD":/usr/src/compile -w /usr/src/compile -u $(id -u $USER):$(id -g $USER) toarnold/jaguarvbcc:0.9f makeIt can be build with the vbcc/vasm/vlink tool chain and the ATARI Jaguar target. You will need node.js to transform the include images into the ATARI JAGUAR raw format.
A Makefile is included.
makeloads the required node modules (if required) and compiles and links the sources.make runvjbuilds all and uploads the binaryjag2048.jagto virtualjaguar (virtualjaguar should be in your PATH environment).make runskunkbuilds all and uploads the binaryjag2048.jagto your skunkboard.