All Projects → colyseus → create-colyseus-app

colyseus / create-colyseus-app

Licence: MIT license
Template for setting up a Colyseus server.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to create-colyseus-app

Colyseus
⚔ Multiplayer Framework for Node.js
Stars: ✭ 3,817 (+15804.17%)
Mutual labels:  multiplayer, colyseus
colyseus-cocos2d-x
⚔️ Colyseus Multiplayer SDK for Cocos2d-x
Stars: ✭ 14 (-41.67%)
Mutual labels:  multiplayer, colyseus
colyseus-construct3
⚔ Colyseus Multiplayer SDK for Construct 3
Stars: ✭ 20 (-16.67%)
Mutual labels:  multiplayer, colyseus
colyseus-kotlin
⚔ Implementation of Colyseus client using Kotlin
Stars: ✭ 26 (+8.33%)
Mutual labels:  multiplayer, colyseus
HKMP
Hollow Knight Multiplayer
Stars: ✭ 151 (+529.17%)
Mutual labels:  multiplayer
OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (+95.83%)
Mutual labels:  multiplayer
westiny
This is a multiplayer topview western sandbox game written in rust. Under development.
Stars: ✭ 15 (-37.5%)
Mutual labels:  multiplayer
RiptideSampleFPS
Sample FPS project using RiptideNetworking, and source code for the Riptide tutorials.
Stars: ✭ 80 (+233.33%)
Mutual labels:  multiplayer
TradeShop
Unique, new, powerful Minecraft TradeShop plugin!
Stars: ✭ 18 (-25%)
Mutual labels:  multiplayer
KingNetwork
KingNetwork is an open source library to facilitate the creation and communication of clients and servers via TCP, UDP, WebSocket and RUDP sockets.
Stars: ✭ 78 (+225%)
Mutual labels:  multiplayer
sdk-for-unity
SpatialOS SDK for Unity
Stars: ✭ 49 (+104.17%)
Mutual labels:  multiplayer
fourinarow-app
An online version of the popular game four in a row, written in Flutter + Dart on the client and Rust on the server side.
Stars: ✭ 23 (-4.17%)
Mutual labels:  multiplayer
connect-four
Connect-4 web game
Stars: ✭ 27 (+12.5%)
Mutual labels:  multiplayer
geofind
Multiplayer Geographical Guessing Game using PostGIS, Nuxt, Leaflet & Colyseus.
Stars: ✭ 31 (+29.17%)
Mutual labels:  colyseus
gdk-for-unity-blank-project
SpatialOS GDK for Unity Blank Project
Stars: ✭ 33 (+37.5%)
Mutual labels:  multiplayer
Carcassonne
A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Stars: ✭ 70 (+191.67%)
Mutual labels:  multiplayer
godothub
Multiplayer and network messaging for Godot.
Stars: ✭ 19 (-20.83%)
Mutual labels:  multiplayer
init
KISS Linux - Init Framework
Stars: ✭ 85 (+254.17%)
Mutual labels:  init
UniSpySDK
Updated and Cleaned GameSpy SDK
Stars: ✭ 31 (+29.17%)
Mutual labels:  multiplayer
pocketplace
🎆 Draw pixels on a canvas with friends.
Stars: ✭ 82 (+241.67%)
Mutual labels:  multiplayer

create-colyseus-app

An npm init template for kick starting your Colyseus server.

⚔️ Usage

npm init colyseus-app

Structure

  • index.ts: main entry point, register an empty room handler and attach @colyseus/monitor
  • MyRoom.ts: an empty room handler for you to implement your logic
  • loadtest/example.ts: scriptable client for the loadtest tool (see npm run loadtest)
  • package.json:
    • scripts:
      • npm start: runs ts-node index.ts
      • npm run loadtest: runs the @colyseus/loadtest tool for testing the connection, using the loadtest/example.ts script.
    • dependencies:
      • colyseus
      • @colyseus/monitor
      • express
    • devDependencies
      • ts-node
      • typescript
      • @colyseus/loadtest
  • tsconfig.json: TypeScript configuration file

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].