devkennyy / rungeon

🏃‍♂️Open source, puzzle based adventure game in your browser
https://rungeon.live/
GNU General Public License v3.0
17 stars 21 forks source link

New stage(s) #158

Closed gruelingpine185 closed 2 years ago

gruelingpine185 commented 2 years ago

Description

This PR is going to be a collection of at least one new stage. As the stage-remake branch is coming together quite well, I felt that it could use some new stages to go with it.

To-Do

Shabbyconnor commented 2 years ago

I love the idea! But how would this work with mobile?

gruelingpine185 commented 2 years ago

For mobile, couldn't we take advantage of media queries and determine which general type of device a user has (phone, tablet, computer) and add some JS to ignore computer-only stages? We could as another item to the states[]: compatibility: number where number could be 0 for full compatibility, 1 for only computers, and 2 for only phones, perhaps 3 for tablets? I wasn't considering phones when I was making this...