Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🎮

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
```