Shadow Boy
A shady underground research laboratory conducting shady experiments has developed ... Shadow Boy! Able to leap across large unlit distances and soar through the night sky! But Shadow Boy is tired of his life locked in the lab, so switch those lights off and get your platforming A-game ready!
Requires: Pygame and Pymunk (tested on Pygame 2.0.1, Pymunk 6.2.1)
BUGS/KNOWN ISSUES:
- In the latest version of pygame (or version 2.2.0+), lights and electric hazards render incorrectly across the screen when they go too far to the left (works fine in pygame 2.0.0 and 2.1.0): you can fix by either (a) "pip install pygame==2.1.0" or (b) by adding one line of code in two locations: at line 56 of src/lights.py, and at line 65 of src/hazards.py, add: "if p[0] < 0: return" (Thanks Cosmo for picking this up! ... and unfortunately didn't get a chance to fix it before deadline :( ) ...
Game Playing Notes:
- Controls are explained in-game: uses the arrow keys, space and x.
- Once in-game, press ESC to pause: you can reset the level from the pause screen if you need to
Playthrough (Contains Spoilers!): https://youtu.be/a3zsUMdydYA
Awards
Scores
Ratings (show detail)
Overall: 4.3
Fun: 3.9
Production: 4.6
Innovation: 4.4
Files
File | Uploader | Date |
---|---|---|
shadow_boy_v1.zip
— final
Final Game, first submission |
mit-mit | 2023/04/01 16:26 |
shadow_boy.png
Shadow Boy |
mit-mit | 2023/04/01 16:21 |
Diary Entries
Game Submitted!
It's done ... I'm wrecked :) ... hope you like it! Fingers crossed for no bugs, but please respond here (or catch me on the discord) if you find any!
Game Playthrough
I've posted a playthrough of the game here: https://youtu.be/a3zsUMdydYA (contains spoilers!). Use this as a guide if you get stuck on any levels!