/console-2048

Basic console 2048 implementation.

Primary LanguagePython

Console 2048

A simple implementation of 2048 that runs in a terminal window. The result of an afternoon messing around.

Defaults to 4x4. Different grid sizes can be played by passing the width and height as command line arguments.

Ex: python console2048.py 3 3

-Mek