lewisxin / react-board-games

Board Games extended from React Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Board Games

This is a board game web app extended from Facebook React Tutorial. It currently contains two games Gomoku (Five in a row) and Tic-Tac-Toe which sit on two branches [tic-tac-toe] and [gomoku]. Feel free to add more board games.

This project was bootstrapped with Create React App.

To Run the Project

- clone this repository
- npm install
- npm start [dev]
- npm run build [prod]

Current Branch: master

About

Board Games extended from React Tutorial


Languages

Language:JavaScript 70.2%Language:CSS 16.4%Language:HTML 13.5%