Play game
switch's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun | #5412 | 0.894 | 1.200 |
Presentation | #5412 | 0.894 | 1.200 |
Originality | #5412 | 0.894 | 1.200 |
Overall | #5413 | 0.820 | 1.100 |
Ranked from 10 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
the controls keep switching randomly as you try to dodge the beams
Did your team create the art for this game during the 48 hour time slot?
Yes
We created all art during the game jam
Did your team create the audio for this game during the 48 hour time slot?
Yes
We created all audio during the game jam
Leave a comment
Log in with itch.io to leave a comment.
Comments
Unable to get running, sorry man.
Hi EvilWawa,
I am having difficulty running your python scripts.
For those trying to run this..., you need to have Python installed. I also had to install pygame first: py -m pip install -U pygame --user
Then, I was able to run py dodgingLazers.py from the directory with all three scripts.
As for the game, the most frustrating part was that the predictions didn't match where the lasers actually shot, so getting hit was completely unpredictable. The controls switching was definitely out of control! I would recommend some better way of communicating what the new mappings are.
Sorry evilewawa, you didn't upload a game, you uploaded 3 python scripts which doesn't even work as standalone, I've look into the code and they are very barebone, I'm assuming you are a beginner in game jams and game-making, I suggest that you try and look up some engine, or maybe read up on how to make python executable.