1.0.9 • Published 6 years ago

@pshorey/ttt-react v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago