Create text adventures using redux, react, and entity component system
npm install --save react-text-adventure
import React, { Component } from 'react'
import MyComponent from 'react-text-adventure'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © agray5