0% found this document useful (0 votes)
143 views

Pygame Projects

This document summarizes three Pygame projects: 1) L0CKED - A speedrunning game where the player controls a square to unlock themselves from a box. Made in 4-5 days using Python and Pygame. 2) Click & Destroy - A game where the player clicks to destroy circles before they combine. Made in 3-4 days using Python and Pygame. 3) Gain - A game inspired by a YouTube channel, where the player moves and shoots enemies. Includes movement, jumping, blocking and shooting. Made using Python and Pygame.

Uploaded by

Muhammad Ali
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
143 views

Pygame Projects

This document summarizes three Pygame projects: 1) L0CKED - A speedrunning game where the player controls a square to unlock themselves from a box. Made in 4-5 days using Python and Pygame. 2) Click & Destroy - A game where the player clicks to destroy circles before they combine. Made in 3-4 days using Python and Pygame. 3) Gain - A game inspired by a YouTube channel, where the player moves and shoots enemies. Includes movement, jumping, blocking and shooting. Made using Python and Pygame.

Uploaded by

Muhammad Ali
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Pygame Projects

By: Hedronical (or DevHedron)


L0CKED:

Description:
Go through the adventures of playing as a square. Unlock yourself, from the box, by speedrunning.
This game was made in 4-5 days, and most of the assets by myself except for the font and sounds and
music which can be found in the game I made before this one: Gain

Controls:

● A (Moves You Left), D (Moves You Right) to move, of course. You can use Spacebar to jump
and S to dash. You can also use the arrow keys.
● To go to the menu, click the escape key

3rd Party Assets Used:

- m6x11 by Daniel Linssen


- [Music Assets] FREE Music Loop Bundle by Tallbeard Studios

This game was made using Python 3.9 & Pygame 2. Here is a devlog I made on this game: L0CKED - A
Speedrunning Game Made Using Python & Pygame. Here is the GitHub for the game, click here. Here is
the official page for the game, click here.
Pygame Projects
By: Hedronical (or DevHedron)
Click & Destroy:

Description:
This is a game in which you have to destroy circles by clicking on them. You have to destroy them before
they get stronger together by combining. All you have to do is jump in and start playing. It was made in
about 3-4 days. All of the assets were made by me. Sorry for the font, I am not that good at drawing them.

A small red circle will pop up in the middle of the biggest circle when it becomes too big. Destroy it
immediately. There will also be a timer.

Controls:

● Click

All the assets were made during the jam except for the font. The game was made using Python &
Pygame.

Here is the game’s GitHub: Click Here. Here is a devlog I made on the game as well: I Made A Game Only
Using Circles - Brackey's Game Jam 2021.1

All the assets were made during the jam except for the font. The game was made using Python &
Pygame.

● A (Moves You Left), D (Moves You Right) to move, of course. You can use Spacebar to jump
and S to dash. You can also use the arrow keys.
● To go to the menu, click the escape key
Pygame Projects
By: Hedronical (or DevHedron)
Gain:

Description:
This game was made by me and it is based on Dani's YouTube Channel. I made most of the assets myself
except for the Font and the sounds and music were from a previous game: Noveen

Controls:

● A (Moves You Left), D (Moves You Right) to move, of course. You can use W to block enemy
attacks. You can press the spacebar to jump
● To shoot, just click wherever you want.

3rd Party Assets Used:

● Font

This game was also made using Python 3.9 & Pygame 2. Here is the GitHub for the game, click here. Here
is the official page for the game, click here.

You might also like