1.0.9 • Published 8 years ago

@pshorey/ttt-react v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
8 years ago

TTT Game Module

This ttt-react is the game. It can be imported into any React app. It will fit or grow to whatever width/height container you put it in. So, if you put it into a container that is 100% width/height of the screen, then the TTT game will be 100% of the screen. Otherwise, if you put it into a regular un-styled div, the game will be as small as possible.

Instructions to run

import TTT from '@pshorey/ttt-react'

class App extends Component {
render() {
return (
<div style={{height:"400px"}}>
<TTT />
</div>
);
}
}

This was implemented in:

(https://github.com/paulshorey/ttt-react-example)

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago