Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Space Gladiators

A beginner game made in pygame. Very simple. · By warrior21q

Comments to the Game

A topic by Seraph Wedd created May 22, 2020 Views: 127 Replies: 1
Viewing posts 1 to 2

Okay, first, the game is a bit sloppy in the idea department. This is basically "Alien Invaders" with limited bullets and with only one map/level. The difficulty choices was good but just increasing the enemy speed will just cause faster endings. In my opinion, some enhancements will make it a better game. Such as:

1. Adding more bullets (i.e. five bullet instead of one)

2. Add enemy bullets to dodge, or maybe space debris to keep the game's intensity balance.

3. Adding mouse control instead of keyboard only will give players more choices of action.

Lastly, you forgot to clean up the game upon closing. Don't forget to add: pygame.quit() after your QUIT event. Without that, the game window will persist until you close the interpreter/console.

Happy coding!

Developer

Thank you so much for the feedback, I really appreciate the engagement! It was my first time using pygame so I'm thankful I got some meaningful criticism. I will definitely take these into account!