Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Asteroids! Pygame EditionView game page

A game made for the 2021 New Years pygame jam.
Submitted by WizardDev — 5 hours, 38 minutes before the deadline
Add to collection

Play game

Asteroids! Pygame Edition's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Very cool movement! I understand this game is far from complete but it has something going for it :) Keep it up!

Host

Good starting point, hopefully you can continue on the game even now that the jam is over!

Critical Review:

You Made a Method and Never used it,(in such cases you should delete the function as well or just comment it out )

It is a good start to continue to work with, looking ahead to play the final game.

The overall Game concept was nice, Well Done!

Tip: 

Sujal

Developer(+1)

You Made a Method and Never used it,(in such cases you should delete the function as well or just comment it out )

I made that method in order to employ a feature that whenever you touch an asteroid you get destroyed, but in the end i had to scrap that feature as i had something like half an hour to work it out and it was just breaking all the time, but i believe that it will be used in the future versions, though for now i might work more on aesthetic stuff.

  • You should use images instead of complex polygons(it will save time)

To be honest, i kind of liked the idea of making an entire game without assets. I sort of wanted to try it out for this as it felt perfect, Asteroids never used outside assets, so i thought i might as well do so too, but if i did add outside assets it would've looked a lot prettier. (also i had to spend a lot of time fighting with the drawing system in pygame to make it work xd)

use .pyw as an extension to hide console.

You might not have noticed, the game doesn't actually have a console, you can write the argument --noconsole during the packaging to remove the console without having to rename your file or anything, and that's what i did (DaFluffyPotato has a video on it)

Thanks for the review though Sujal!

-Wizard

You Choose the harder way to do it. Normally In such short period of time, people tend to choose Shortest way, So I queried.

Thanks Again for a Wonderful Game.