Gaming in Python
Gaming in Python
This was my first project in python. Project was aimed to make use of python and pygame libraries to build the games. these games includes few famous games like TETROMINO (Falling shapes), and car racing.
In this project, first, i learnt python then i applied that knowledge in designing these games.
i have developed these games with little artificial intelligence by predicting the next move and by providing the hint to complete the game.
Tetromino, means falling the four block shapes and you have to arrange these blocks such a way that same color blocks falls at the same place to get the points.
In car racing game, you have to save your car from the obstacles coming from random places, you have to move your car left or right in order to save form the obstacles.
Below, there are few Screenshots of games which i developed in this project.