Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

File metadata and controls

7 lines (4 loc) · 268 Bytes

Py2048

This is a lazy console implementation of the video game "2048."

Run game_human.py to play. Controls: W/A/S/D for Up/Left/Down/Right respectively.

Run game_random.py to see how many games the computer can win by playing completely randomly (not many.)