Chovin / Litghtsaber

little PICO-8 game made for a couple events
MIT License
1 stars 2 forks source link

Litghtsaber

Litghtsaber is a PICO-8 game that uses PeerJS to let you swing a litghtsaber around like a badass using your phone's accerlerometer. Deflect those blaster bolts! 😱

play online: https://litghtsaber.chovin.repl.co/
play the original: https://github.com/Chovin/Litghtsaber/tree/original

install

  1. put it somewhere like Github Pages, REPL.it, or Surge.sh
  2. you might need HTTPS for the peer to peer connection to work, so set it up for whichever hosting solution you're using! (this makes hosting it locally a bit more of a pain, so I wouldn't recommend it..)

play

  1. go to the url to load up the game
  2. connect your phone via the QR code
  3. litght up your litghtsaber and deflect those blaster bolts like your life depends on it!

FAQ

Why is my litghtsaber turning the wrong way?
Sorry, I'm left-handed. Press the "backwards" button and you should be all good!
My litghtsaber turns weird.
Make sure you hold your phone such that phone's screen is perpendicular to the game screen (while facing the game, make sure your phone is facing either directly left, or right). The uh gyroscope in the litghtsaber needs to be at a certain angle to uh.. keep.. the plasma straight. ...Didn't you ever learn how to use a litghtsaber?
My litghtsaber moves weird.
Yeahhh. Using the accelerometer alone means there's mathematically not enough data to account for sensor drift.. I try and get over that problem by looking for the average "rolling" drift, subtracting that from the current reading, and then for good measure (and to encourage hot potatoing by not forcing people to have to always stand at one spot), I slowly move the litghtsaber back to the center. I'd imagine there are ways to make it feel more natural.. AR apps get that extra info from the camera right? I've just not put enough time or research into it yet. For now, if you remember that the litghtsaber returns to the center, you should start to get used to it :)
What's with the name?
It was a typo. I thought it was silly so I kept it.
Where are you planning on taking this in the future? I want this feature and that feature in it!
I work on this rarely and usually only when I feel this project would fit nicely with some other event or situation, so I guess the plans are wherever the wind takes it. With that said, I do have some ideas like adding a waiting queue of devices since I usually have the game screen projected up somewhere with crowds around, personal, local, and global high-scores, some improvements on acceleration, and an awesome lightsaber screen and sound effects coming from your phone/controller! If you'd like to suggest an idea or hop into the conversation on some of these ones and others, check out the issues! If you'd like to contribute and see these features sooner rather than later, please do! I'd love the help. Hop on and start contributing! ❀️
How did this start? What's with the weird quality and the choice to use PICO-8?
I use PICO-8 to try and instill creative wonder and excitement in the local programming communities I'm a part of. That's basically where this all started and unfortunately also explains why it's a mess right now πŸ˜…. This project has had several iterations over time--each one either trying to instill that wonder, rushed to show at an event, to show my peers how quick and easy you are able to do cool things with programming, or just for fun! There was no plan at the start and I just kept pulling this project up as the need arose. Unfortunately, that means overall quality and code quality is all over the place.. I'm liking how this is turning out though, so I'll probably clean it up some time soon.

issues

contributing

I'd love help on this! Unfortuntely the code in its current state is pretty illegible 😒 (see the FAQ).

I'll work on improving readability, but until then if you'd like to contribute, open an issue to let me know and I'll gladly walk you through the code.

Not sure where to start or you're curious if your idea is already being worked on? There are a bunch of issues open with bugs and ideas. Check those out and chime in!

You don't have PICO-8 but want to contribute? The game side of things is a PICO-8 cart exported for the web, but there is plenty of work that's pure JS, so feel free to jump in, we won't judge! (PICO-8 is pretty awesome though πŸ˜‰)