Add simple WebSocket multiplayer
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "tictactics",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "A notepad-playable capture tic tac toe browser game with simple WebSocket multiplayer.",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user