Сайт использует сервис веб-аналитики Яндекс Метрика с помощью технологии «cookie». Пользуясь сайтом, вы даете согласие на использование данной технологии.
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: GitHub repo: Figma: My blog: To install this project, enter the following commands: ``` $ git clone $ cd connect-four $ npm install ``` To run the game: ``` $ npm start ```