linkret / CrosseyCircley

Browser-based implementation of Tic-Tac-Toe, made with Node.js / Express / EJS
MIT License
2 stars 5 forks source link

Missing docs #16

Open suflaj opened 3 years ago

suflaj commented 3 years ago

Hello sir

documentation is missing

ples fix

linkret commented 3 years ago

Ok I add. Promptly.

For now: Install Node.js for your OS. Then run these three lines:

git clone https://github.com/linkret/CrosseyCircley.git npm install node index.js

You can connect to the game on http://localhost:8000 from your browser. The seconds player (index 1) joins from the main menu, the first player (index 0) is redirected to the game automatically when he or she creates it.