Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethjeffery/react-boxy
A simple physics game written in React
https://github.com/sethjeffery/react-boxy
fun game matter-js physics react reactjs
Last synced: about 1 month ago
JSON representation
A simple physics game written in React
- Host: GitHub
- URL: https://github.com/sethjeffery/react-boxy
- Owner: sethjeffery
- Created: 2017-04-29T11:20:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T21:19:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T12:47:27.894Z (3 months ago)
- Topics: fun, game, matter-js, physics, react, reactjs
- Language: JavaScript
- Homepage: https://react-boxy.herokuapp.com
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boxy!
https://react-boxy.herokuapp.com/
Boxy is a simple platform physics game using [React Game Kit](https://github.com/FormidableLabs/react-game-kit).
## How to run
- `git pull` - Get the latest code.
- `npm install` - Install the dependencies.
- `npm start` - Boot up the server.## How to play
The aim of the game is to get Boxy as high as possible by jumping from platform to platform, without falling off the bottom of the screen.
Left and right arrow keys roll. SPACE bar jumps.
Have fun!
![image](https://cloud.githubusercontent.com/assets/1628558/25558687/ac0e7708-2d23-11e7-805f-9aff79d6570f.png)