Skip to content

Instantly share code, notes, and snippets.

@cssidy
cssidy / game.js
Last active July 7, 2019 01:07
Tic Tac Toe in JS
/*
Cassidy Brooke - Recurse Center
Written in JavaScript, Node
July 6, 2019
*/
// this is required to take terminal inputs in Node.js
const readline = require('readline');
const rl = readline.createInterface({