UNPKG

react-canvas-galaxy-octopus

Version:

Galaxy octopus which is a simple game by React Canvas heavily inspired from Flappy Bird.

7 lines (6 loc) 158 B
import React from 'react' import GallaxyOctopus from './components/GallaxyOctopus' React.render( <GallaxyOctopus />, document.getElementById('app') )