diff --git a/README.md b/README.md index 2d02051..eb191dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Test websockets +# Tic tac toe websockets + +Two players tic-tac-joe implemented with an HTML canvas and websockets + +![](screenshot.png) ## How to run diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..42d9123 Binary files /dev/null and b/screenshot.png differ