You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Nathan Steel c3da40df0e Move oppBoard draw into a non-specific loop
This should allow to draw all elements from the same loop and avoid
loads of scattered methods for draw. 1 draw method, other methods for
real functionality
1 year ago
public Move oppBoard draw into a non-specific loop 1 year ago
.gitignore Add gitignore 1 year ago
README.md Update README 1 year ago
package.json Add socketIO dependency 1 year ago
server.js Add basic room functionality 1 year ago

README.md

Card Game

Technology

  • node.js
  • express.js
  • socketIO
  • HTML5 (Canvas)

Install

sudo apt install npm git pull <this-repo> npm install express --save

Run

node server.js

Access through

http://localhost:3000