This is a clone of the 2048 video game. This clone was created using Python and the Arcade library.
Note: Tested on Windows only. You likely will need to change the FONT constant to point to a font available on your operating system.
The main
function for running this program is in the __init__.py
file.
Unit tests are down via PyTest, and all unit tests are in test_game.py
.