I want to make this game which is related to our theme (environment) which is Garbage Everywhere!, In this game the player is the a selected container and there is a garbage truck which the player left turned on by accident, it is chasing behind you, you have to jump over the garbage or else you will get trapped and be eaten by your machine! you win after your garbage truck runs out of battery and there is no more garbage.
Published my website and started to program!
Created The Characters and the Truck!
Creating The Road with background scroll!
Got the menu down with 3 options so far, PLAY, LEVELS, SETTINGS, I made a Maps folder where all the levels can be saved as .DAT files and when you press play, the game randomly generates a map where there can be 100-300 garbage bags and I got the player to jump using a parabola with a vertex from formula.
Added the truck with a animation to make the game pop.
I had to resize the characters to make the images proportionally.
I added the ability to edit the FPS as long as its greater than or equal to 30 and less than or equal to 500.
I made a scrolling animation for the road.
I added a character selection and it can be changed in settings.
I am working on a toggle switch to show the fps just as a little extra bit.
I added a win screen.
I need to add back buttons instead of using pygame.EXIT.
I want to add a pause button while the game is running.
Added Collision and you can see your fps.
Collisions still need to be worked on as there can be false positives.
Added Back Buttons.
Need to add instructions even though there you only need to press the spacebar to jump.
Fixed Up Collsions and made screenshots of how the game looks like
Added The Option To Choose Custom levels.
added frame Independence.
Found out my game is optimised for linux but is still "playable" on windows
Added the instructions page to the game and improved collision detection.
Updated the Demo Download!
Added lives and the hearts to see them, and a damage sound effect
Bug Fixes and adding comments everywhere to the code
Added 3 extra layers to the background of buildings
Fixed crashing bug with level Selector and fixed artifacting from the new background.
Added caption and icon to the game screen.
Moved all assets to one folder.
Uploaded new demo.
Added feedback forum to website.
Fixed another crashing bug when you leave nothing in the fps bar, the game crashes.
Fixed the back button for level selector.
Added the option to enable vsync if users experience screen tearing (vsync will cause input lag, disabled by default).
Added comments everywhere in code.
Refined the website's look.
Added Speed Boosts to the game.
Added comments to newly written code
I plan to make a seperate level editor program to create custom levels and add more items to place.