Pygame Projects
a collection of games and apps created with python and pygame library.
Snake
a rendition of the traditional snake game.
Almost Pomodoro Timer
A study timer application similar to pomodoro timer.
- for more information on pomodoro: click here
Differences
- multiple time settings:
- 25 min study loop, 5 min short break, 20 min long break
- 30 min study loop, 10 min short break, 20 min long break
- 3-2-1 configuration: 3 study loops, 2 short breaks, 1 long break
- also serves as a regular timer
Tic Tac Toe
a remake of the traditional tic-tac-toe game.