Mashpoe / 1D-Game

A first-person game from the perspective of a 2D life form, which makes it a 1D game. Try to make it to level 5 without getting a headache!
https://mashpoe.github.io/1D-Game
BSD 3-Clause "New" or "Revised" License
118 stars 18 forks source link

No strafe controls #1

Open teonistor opened 2 years ago

teonistor commented 2 years ago

Firstly, kudos for the idea and the implementation!

One thing I thought made navigation a lot harder for me (on top of the view being 1D of course) was the lack of a way to move sideways. Since there's nothing about a 2D creature that should stop it from moving sideways, I took the liberty to fork the code and hack this functionality in. I intend to make it an option in the UI then raise a pull request.

teonistor commented 2 years ago

While I'm here, another thing I found jarring (and promptly modified) was the acceleration and friction - it feels to me like moving through oil. Not sure if that would be a limitation of being a 2D creature, but I shall add a toggle for that too.

tisaconundrum2 commented 2 years ago

@teonistor all ideas I was definitely thinking about while playing! Awesome work