labesoft / top-projects

Welcome to our simple python projects portfolio
1 stars 0 forks source link

Keyboard Jump Game in Python #44

Closed benlapETS closed 3 years ago

benlapETS commented 3 years ago

Keyboard jump game is a speed typing game that helps in improving the typing speed of players

The object of Keyboard Jump Game Python Project is to build a keyboard jump game that helps players to increase their typing speed. We use pygame, random, and time modules in this project.

In this project, the player has to press the same keys to the letters displayed on the game screen. If the player made an error while typing then the game gets over.

Here is the to do list:

benlapETS commented 3 years ago

created keyjump/