Ladies and Gentlemen ! Here is a rebirth of a video game that you must have played in your childhood . I won't disclose it's name but will assure that playing SPEED RACER , you will surely get nostalgic .
So , take the dare to drive ๐, compete with friends ๐ฑ๐ปโโ๏ธ๐ฑ๐ปโโ๏ธ, set new records ๐ฅ๐ฅ๐ฅ and enjoy SPEED RACER.
The gameplay is very simple to understand . Just use the left โ and right โถ arrow keys to avoid collision with the other vehicles . Keep an eye on the fuel count , it decreases gradually . Use the left,right arrow keys to collect fuel cans โฝ which increases the fuel count .
The entire code has been written in Python3 . I have used the ๐๐ป๐๐ปpygame module๐๐ป๐๐ป for the entire project(GAME) . All the background music and images are added using the pygame module only .
IMPORTANT : I am trying to create an executable file(.exe) of the game so that it becomes independent of all the python and pygame requirements . But I am facing a lot of problems in it . I will try to commit it as soon as possible . Any help and suggestions in this matter will be really helpfull ๐๐ป.
Till then you can play the game by just running "Speed Racer.py" . But it requires "python" and "pygame" to be installed on your system .
๐๐ป๐๐ป๐๐ป๐๐ป To everyone reading this it's a humble request to please try this game atleast once . It takes bare 5-10 minutes to install python and pygame . And to all the python users - "Installing pygame is a bare 2-3 minutes process" . You just need to enter
pip install pygame on cmd/terminal.