All Projects → endel → Colyseus Tic Tac Toe

endel / Colyseus Tic Tac Toe

Licence: mit
Turn-based multiplayer example powered by Colyseus

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Colyseus Tic Tac Toe

Doom Lgs
A multiplayer Node.js light gun shooter inspired on Doom
Stars: ✭ 36 (-40.98%)
Mutual labels:  multiplayer, pixijs
Tosios
The Open-Source IO Shooter is an open-source multiplayer game in the browser
Stars: ✭ 157 (+157.38%)
Mutual labels:  multiplayer, pixijs
Retrotanks
RetroTanks: Atari Combat Reimagined, built in Meteor.js. Great isomorphic JavaScript example.
Stars: ✭ 9 (-85.25%)
Mutual labels:  multiplayer
Factorioscenariomultiplayerspawn
A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
Stars: ✭ 43 (-29.51%)
Mutual labels:  multiplayer
Landoftherair
A high-fantasy MORPG.
Stars: ✭ 35 (-42.62%)
Mutual labels:  multiplayer
Epoh
Multiplayer turn-based browser strategy game
Stars: ✭ 11 (-81.97%)
Mutual labels:  multiplayer
Halomd
New demo version of Halo for the Mac.
Stars: ✭ 36 (-40.98%)
Mutual labels:  multiplayer
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (+1232.79%)
Mutual labels:  multiplayer
Open Samp Api
An open source API for GTA SA:MP
Stars: ✭ 56 (-8.2%)
Mutual labels:  multiplayer
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-44.26%)
Mutual labels:  multiplayer
Multiplay Grpc Server
gRPC server for Multiplaying in Rust
Stars: ✭ 41 (-32.79%)
Mutual labels:  multiplayer
Swords And Ravens
A reimplementation of the board game "A Game of Thrones: The Board Game 2nd Edition"
Stars: ✭ 29 (-52.46%)
Mutual labels:  multiplayer
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-80.33%)
Mutual labels:  multiplayer
Nakama Cpp
Generic C/C++ client for Nakama server.
Stars: ✭ 38 (-37.7%)
Mutual labels:  multiplayer
Ubernet
Flexible networking library for Unity
Stars: ✭ 10 (-83.61%)
Mutual labels:  multiplayer
Vett
P2P Dots & Boxes game with WebRTC & WebTorrent
Stars: ✭ 49 (-19.67%)
Mutual labels:  multiplayer
Frag.exe
Multiplayer First-Person Shooter written in C++ using my own engine, Qor
Stars: ✭ 8 (-86.89%)
Mutual labels:  multiplayer
Pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Stars: ✭ 34,982 (+57247.54%)
Mutual labels:  pixijs
Gophergameserver
🏆 Feature packed, easy-to-use game server API for Go back-ends and Javascript clients. Tutorials and examples included!
Stars: ✭ 61 (+0%)
Mutual labels:  multiplayer
Godot Multiplayer Demo
A multiplayer demo using Godot Engine's (2.2) high level networking
Stars: ✭ 52 (-14.75%)
Mutual labels:  multiplayer

Tic-Tac-Toe Multiplayer

Turn-based demonstration project using Colyseus

If you want to see more examples like this and help Colyseus to grow, consider supporting my work on Patreon.

Running the server locally

You'll need two terminal windows open to be able to run this. One for the client, and one for the server:

Running the server

cd server
npm install
npm start

Important files to have look at

JavaScript / PixiJS

The JavaScript/PixiJS example uses:

Running the JavaScript/PixiJS client

cd javascript-pixi
npm install
npm start

Important files to have look at

Defold Engine

The Defold project was made by Selim Anaç.

Remember to Fetch Libraries on Defold (Project > Fetch Libraries)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].