- Notifications
You must be signed in to change notification settings - Fork46
Colyseus 0.16: Turn-based Multiplayer Example
License
NotificationsYou must be signed in to change notification settings
endel/colyseus-tic-tac-toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Turn-based demonstration project using Colyseus.
This repository has:
server/
: The Colyseus server, with tic-tac-toe room implementation.javascript-pixi/
: A JavaScript/PixiJS client-side project.defold/
: ADefold client-side project.
You'll need two terminal windows open to be able to run this. One for theclient, and one for the server:
Running the server
cd servernpm installnpm start
Important files to have look at
The JavaScript/PixiJS example uses:
Running the JavaScript/PixiJS client
cd javascript-pixinpm installnpm start
Important files to have look at
The Defold project was made bySelim Anaç.
MIT