Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patrikmasiar/react-mini-rocket-game
- Owner: patrikmasiar
- Created: 2019-10-10T09:35:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:02:58.000Z (8 months ago)
- Last Synced: 2024-05-01T19:44:46.634Z (8 months ago)
- Topics: contextapi, game, mini-game, react, reactjs, rocket
- Language: JavaScript
- Homepage: https://patrikmasiar.github.io/react-mini-rocket-game/
- Size: 2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`