davydog187 / elm-tic-tac-toe

Game of tic tac toe written in elm and node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Game of Tic Tac Toe

To run

npm install
npm start

Then go to http://locahost:4000

Description

Uses web sockets to connect two players. Right now it doesn't validate if more than 2 players try to join, or create any concept of a match. All game state is stored in memory inside of node

About

Game of tic tac toe written in elm and node.js


Languages

Language:Elm 55.2%Language:JavaScript 44.8%