A python implementation of 2048
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
controller.py
list_operations.py
model.py
model_test.py
view.py

README.md

2048

An implemention of 2048 in pygame using DirtySprites,with help from this wonderful tutorial n0nick/dirty_chim

#Installation Clone repository with git clone https://github.com/noelladsa/2048

#Pre-requsites pygame from http://www.pygame.org/download.shtml, numpy

#Run python controller.py