I had tried my hand on Pygame a couple of years ago, but I never really got the time to go deep into it. The lockdown gave me the perfect opportunity to test out my python programming skills and work on something fun at the same time.
About the gameThe game is called Dungeon Ball and it is basically a game where you have to hit a ball across three walls using a paddle and prevent the ball from falling down. The controls are simple. You have to use your arrow keys to move the paddle left and right.
As you hit the ball, you'll receive points. After every multiple of five increment, the level will increase and the speed of the ball and paddle will increase, although not by the same amounts.
This project is still under development. I'm planning to update this post with newer features as I build on this version release.
Instructions to installAll you need to do is download the release based on your OS. Currently, I've made the release for Linux and Windows only. Download and extract the zip file. Windows users can double click to run the game.
Linux users need to open terminal.
cd <extracted zip file location>
sudo chmod +x main
To run the program :-
./main
There may be a few bugs in this program as I'm still working to iron it out. I'm open to constructive criticism and additional features! Thank you for stopping by!
Comments
Please log in or sign up to comment.