Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 539 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 539 Bytes

2048

╔════╦════╦════╦════╗
║    ║    ║    ║    ║
╠════╬════╬════╬════╣
║    ║    ║ 2  ║ 8  ║
╠════╬════╬════╬════╣
║    ║    ║    ║ 16 ║
╠════╬════╬════╬════╣
║ 2  ║ 4  ║ 16 ║256 ║
╚════╩════╩════╩════╝

Just a quick and basic 2048 clone in python.