ReactJS Project for Beginners: Connect Four Game!

preview_player
Показать описание
Let's make a web-based game based on the classic Connect Four! Here we use the awesome React library to make the UI and handle the game logic.

RESOURCES:

To install this project, enter the following commands:
```
$ cd connect-four
$ npm install
```

To run the game:
```
$ npm start
```
Рекомендации по теме
Комментарии
Автор

yo great tutorial man, this should have more views

supersaiyan