Skip to content

suganya-sk/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

2048

Simple Python version of 2048 with pygame

For every valid move, a new tile appears on the board of value 2 (with a probability 0.6) or 4 (with a probability 0.4).

To-do:

  • Add restart button
  • Show error message in game window when invalid keys are pressed
  • Improve docs
  • Add tests

About

Simple Python version of 2048 with pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages