From 82969cac5d6f9626bef681ef7d5cea60ed686eb0 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Sat, 21 Mar 2026 16:16:36 +0100 Subject: inital commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..44f95da --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Tic Tac Toe +--- + +Like the name says. It is a little Tic Tac Toe game you can play in your +terminal via node.js + +Just clone the repo, go in its directory and type: +```bash +npm run start +// or +node index.js +``` + +Enjoy :) -- cgit v1.2.3