Skip to content
forked from wheatup/scrabble

A websocket multiplayer game made with cocos creator.

Notifications You must be signed in to change notification settings

qudaqing/scrabble

 
 

Repository files navigation

Scrabble

A multiplayer game made with Cocos Creator.

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.

About

A websocket multiplayer game made with cocos creator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.8%
  • JavaScript 24.2%