Home

Awesome

2048-pyqt

clone of 2048 game on PyQt

Required packages

Usage

from command line:

python 2048-pyqt.py

embed in another PyQt program

from 2048-pyqt import Game2048
g = Game2048(parent,width,gridSize)
#call these functions to change settings on the fly!
g.move(x,y)
g.resize(width,height)
g.changeGridSize(5)
g.show()

Features

Screenshot

Screenshot

References