https://github.com/reece-bennett/js13k-2019
Entry for the JS13kGames jam 2019.
https://github.com/reece-bennett/js13k-2019
game javascript webvr-aframe
Last synced: 5 months ago
JSON representation
Entry for the JS13kGames jam 2019.
- Host: GitHub
- URL: https://github.com/reece-bennett/js13k-2019
- Owner: reece-bennett
- Created: 2019-08-27T20:14:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T09:14:39.000Z (over 3 years ago)
- Last Synced: 2024-12-29T22:46:41.360Z (over 1 year ago)
- Topics: game, javascript, webvr-aframe
- Language: JavaScript
- Homepage: https://reece-bennett.github.io/js13k-2019/
- Size: 535 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You were one of the select few chosen to trial a new hyperspace jump drive. You reach towards the red jump button in the front of your cockpit as directed; there is a whooshing noise as the jump drive spins up. Space and time warps around you, suddenly there is a bang and the ship drops out of hyperspace. 'This isn’t the correct destination' you think to yourself, the jump drive must be faulty. Return is a game about finding your way back home after being lost amongst the stars. ('Home' is the blue planet of course, a.k.a Earth).
Tested on Desktop, Mobile (magic window and Cardboard).
The game is controlled with just a click input, look around to move the cursor and tap or click to press objects in the ship's cockpit.
Good luck, hopefully you will find your way back!
See the game entry on JS13kGames [here](https://js13kgames.com/entries/return).
# Development
The page must be served over HTTPS for A-Frame to work correctly on mobile.
Generate an SSL certificate by running `openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem`
Start the server with `npm run serve`