computer-graphics-lab

Computer Graphics Lab
This game is a simple simulation where the player controls a cube moving across the board, trying to avoid obstacles (other cubes) and get as many points as possible. An avoided obstacle counts as a point.

About:

The player can move left and right and due to simulated gravity, jump using the spacebar. If the player collides with an enemy cube, they lose a life, and if they run out of lives, the game ends.

It is developed with Python, and uses Pygame for handling graphics, input, and event management. For the 3D rendering, the game uses PyOpenGL.


Check it out on GitHub