Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)