Skip to content

Meldiron/colyseus-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Patreon donate button Discussion forum

Multiplayer Game Client for Unity.
View documentation

How to use Colyseus??

You can find basic Unity 3D usage in colyseus-unity3d example project.

Running the demo server

Ensure you have Node v6+ installed. Then run these commands in your commandline:

cd Server
npm install
npm start

Editing the demo server

Server is made using typescript so if you want to edit server code, you can do so but you have to have typescript installed and start dev server using:

npm dev

License

MIT

About

Cookie Clicker made in Unity using colyseus.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published