chiaolun / console-2048

Basic console 2048 implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic console 2048 implementation.


Languages

Language:Python 100.0%