game

v1.0.1arrow_drop_down
v1.0.1
v1.0.0
v0.1.9
v0.1.8
v0.1.7
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.2
v0.0.1
STATUS
Passing
DOWNLOADS
217
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
13 KB
Game component is the main component of the game with configuration options like rows, columns, match number to win.
1 contributor
Install game as a package?
Copied
npm i @bit/joshk.tic-tac-toe-game.game
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
game ()

Game component is the main component of the game with configuration options like rows, columns, match number to win. After config set, click Play and enjoy.

Example
import React from 'react';
import Game from '@bit/joshk.tic-tac-toe-game.game';

export default (
  <Game />
)
Help and resources