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.
Added ECS elements for cardFace and cardSprite Added spritesheet print into a clipping mask for cards Added spritesheet print for cardBacks Added a 'flip' function |
1 year ago | |
|---|---|---|
| public | 1 year ago | |
| .gitignore | 1 year ago | |
| README.md | 1 year ago | |
| package.json | 1 year ago | |
| server.js | 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