Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Questions about the Game Jam

A topic by Matt Colón created Sep 08, 2020 Views: 278 Replies: 2
Viewing posts 1 to 4
Jam Host

Hello!  I had a few questions about the game jam to clarify the criteria:

1. Uses a one switch mechanism
Does this mean only "on key down" or "on key down and on key up?"  Does the latter violate (3) (does NOT require holds or button mashing)?

2. Is NOT dependent on reaction rates or timing or make you tired
Are elements dependent on timing fine if they are forgiving in their time limit AND they repeat themselves (e.g. selections switch between three options every 5 seconds and repeat back at the first after the last one)?  This would still adhere to (4) (if you step away it won't ruin the game).

Host

From NUMINOUS HQ:

"1. IMO it depends. sometimes you want an action to only happen when the user releases a button, and that makes sense from a UX perspective, however it can tend towards the player needing to hold it down and release at the right time. The spirit behind the requirement is not depending on the ability to hold down a button. So relying on both onkeydown AND onkeyup defeats the purpose. remember these are just arbitrary guidelines in an attempt to design for the most situations possible"

"2. yes.  there are different ways to approach this, cycling options is just one, giving more margin of error, allowing for undo if they choose the wrong one accessible options to control speed, or pausing the player at decision points. we're still experimenting with this and don't have a universal solution yet. each solution is likely context sensitive. an ideal solution would allow the user to scale time down to zero to wait for their input. but that might not always be feasible"

Host

I would also think that even if there were minor deviations from the spirit intended, that there would still be many in the disability community that could play your game just fine.  For many the press-hold, release timing, etc mechanics will work just fine for them.