
About
2048 is a sliding-tile puzzle game created by Italian developer Gabriele Cirulli in 2014, in which numbered tiles are combined on a grid to reach a tile of 2048; it was released as free, open-source software. jag2048 is a port of the sliding-tile puzzle game 2048 to the Atari Jaguar console, built with the vbcc/vasm/vlink toolchain (or a provided Docker image, so no local toolchain install is needed) and Node.js for converting images to the Jaguar's raw graphics format. Development has halted.
How it differs from the original
Unlike the original browser and mobile game, this version runs natively on Atari Jaguar console hardware.
Getting started
Build with the provided Docker image and Makefile, then run `make runvj` to upload the resulting binary straight to the VirtualJaguar emulator for play, or `make runskunk` to send it to a Skunkboard flashcart on real Jaguar hardware.