Skip to main content

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

switchView game page

The controls keep switching while you try to dodge lazerbeams
Submitted by evilewawa — 21 hours, 13 minutes before the deadline
Add to collection

Play game

switch's itch.io page

Results

CriteriaRankScore*Raw Score
Fun#54120.8941.200
Presentation#54120.8941.200
Originality#54120.8941.200
Overall#54130.8201.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

Submitted

Unable to get running, sorry man.

Submitted

Hi EvilWawa,

I am having difficulty running your python scripts. 

Submitted (1 edit)

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.

Submitted

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.