Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrikmasiar/react-mini-rocket-game

Mini game programmed in React using keyboard listeners and React Context API.
https://github.com/patrikmasiar/react-mini-rocket-game

contextapi game mini-game react reactjs rocket

Last synced: 9 days ago
JSON representation

Mini game programmed in React using keyboard listeners and React Context API.

Awesome Lists containing this project

README

        

# Catch the Alien - mini game 👽

**DEMO**: [https://massoprod.github.io/react-mini-rocket-game/](https://massoprod.github.io/react-mini-rocket-game/)

## Description

Mini game programmed in React using keyboard listeners and React Context API.

## Screens

![Screen 1](https://github.com/massoprod/react-mini-rocket-game/blob/master/src/screens/screen1.png?raw=true)
![Screen 2](https://github.com/massoprod/react-mini-rocket-game/blob/master/src/screens/screen2.png?raw=true)

## Local testing

- clone repository
- run `npm install`
- run `npm start`