Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T07:47:03.000Z (over 2 years ago)
- Last Synced: 2025-01-12T12:39:27.103Z (12 days ago)
- Topics: eslint, game, react, redux, sass, webpack
- Language: JavaScript
- Homepage: https://peterfication.github.io/space-jumper
- Size: 456 KB
- Stars: 5
- Watchers: 2
- 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
```