Skip to content

ravens-engine/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❌ Tic Tac Toe ⭕

This repository contains the code produced at the end of the tutorial of Ravens.

How to launch

Clone the repository, open a terminal inside the folder and execute:

npm install

# In a terminal
npm run start-client
# In an other terminal
npm run start-server

Access http://localhost:1234#1 and http://localhost:1234#2 to play the game.