Stop Watch The Game- Python

Here is a video of my final version of Stop Watch the Game.  It was built using SimpleGui in Python 2.  There is no sound in the video.

One again, the goal of the game is to stop the Stop Watch on the whole second. This is for example 2.0 or 12.0 or 1:15.0. The player gets a point for successfully stopping the Stop Watch.

The score (in Red) can be found on the upper right hand corner of the "canvas" box. The format is "hits" / "attempts".

Enjoy!!


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle