Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 587 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 587 Bytes

Scrabble

A multiplayer game made with Cocos Creator.

Play Now

https://wheatup.itch.io/scrabble

Preview

preview

Client

  1. Open root folder with Cocos Creator ^2.0.9.

  2. Start editing.

Server

  1. Go to server folder.

  2. Open up command tool in that directory, type npm install to install modules.

  3. Type npm install concurrently nodemon typescript -g to install global modules.

  4. Type npm start to start development server.

Deploy

  1. Simply deploy server branch.