https://github.com/peterfication/space-jumper
A small logical game about finding the right way 🎮
https://github.com/peterfication/space-jumper
eslint game react redux sass webpack
Last synced: 9 months ago
JSON representation
A small logical game about finding the right way 🎮
- Host: GitHub
- URL: https://github.com/peterfication/space-jumper
- Owner: peterfication
- License: other
- Created: 2017-05-20T13:47:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T07:47:03.000Z (almost 4 years ago)
- Last Synced: 2025-09-22T22:02:00.416Z (9 months ago)
- Topics: eslint, game, react, redux, sass, webpack
- Language: JavaScript
- Homepage: https://peterfication.github.io/space-jumper
- Size: 456 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SpaceJumper
A small logical game about finding the right way 🎮
* [You can find the online version of the game here](https://peterfication.github.io/space-jumper/)
* [Here you can find out how to contribute](CONTRIBUTING.md)
## DISCLAIMER
```
The idea for SpaceJumper is orignially from an old DOS game. I can't find it anywhere online
because I forgot the name. So if somebody knows the name or even has a copy of it I would be
very happy to hear about it! :)
```
## Start it locally
1. Clone this repository
2. `yarn install`
3. `yarn start`
## Deploy it to Github Pages
```bash
yarn run deploy
```