https://github.com/olithissen/weirdspacegame
Orbit and slingshot your way around the planets for as long as your limited fuel allows. Use arrow keys for thrust. Good Luck!
https://github.com/olithissen/weirdspacegame
game gravity-simulation phaser3 space typescript webpack
Last synced: 2 months ago
JSON representation
Orbit and slingshot your way around the planets for as long as your limited fuel allows. Use arrow keys for thrust. Good Luck!
- Host: GitHub
- URL: https://github.com/olithissen/weirdspacegame
- Owner: olithissen
- Created: 2020-09-03T06:52:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T22:43:01.000Z (over 4 years ago)
- Last Synced: 2025-01-18T06:43:09.731Z (4 months ago)
- Topics: game, gravity-simulation, phaser3, space, typescript, webpack
- Language: TypeScript
- Homepage: https://weird-gravity.netlify.app/
- Size: 130 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/olithissen/weirdspacegame)
[](https://twitter.com/wrdgrvty)# Weird Gravity Space Game
Orbit and slingshot your way around the planets for as long as your limited fuel allows. Use arrow keys for thrust. Good Luck!
https://weird-gravity.netlify.app/
## Seeds and procedeural generation
If you get bored with the default level you can pass a seed to the game by adding it to the URL as a paramter like this `https://weird-gravity.netlify.app/?somehow_random`.
The seed allows you to share and compete in different levels.# Run
```bash
yarn install && yarn dev
```# Technologies used
* [Phaser](https://phaser.io/)
* TypeScript
* Webpack