Coder Social home page Coder Social logo

cubensis-alice / t5c Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orion3dgames/t5c

0.0 0.0 0.0 268.98 MB

Building a open source multiplayer 3d rpg using babylon.js and colyseus

Home Page: https://t5c.onrender.com

License: GNU General Public License v3.0

JavaScript 53.68% TypeScript 46.02% CSS 0.10% HTML 0.18% Dockerfile 0.01%

t5c's Introduction

T5C - The 5th Continent

Building a basic multiplayer 3d top down rpg using babylon.js and colyseus

Current progress:

  • fully player authorative movement with client side prediction and server reconciliation
  • Simple scene management & switching
  • multiplayer animated characters
  • zoning system (ability to teleport to a different room (eg: a dungeon for example) )
  • global chat (works accross zones)
  • server controlled collisions (via a navmesh)
  • persistence with mysql lite
  • 4 abilities ( basic attack, fireball, dot, heal )
  • patrolling monsters (with basic FSM states: IDLE, PATROL, CHASE, ATTACK, DEAD)
  • selecting characters and monsters
  • monsters have a loot table and can drop items
  • ability to pick up items and see them in your inventory
  • standard UI (experience bar, abilities bar, panels, etc...)
  • and more...

Roadmap

You can follow the progress here: FORUM POST

Requirements

  • Download and install Node.js LTS
  • Clone or download this repository.
  • Run yarn install

Technology

  • Babylon.js 6.x.x (3d rendering engine)
  • Colyseus 0.15.x (networking)
  • SQLite (database)

How to run client

  • Run yarn client-dev

How to run server

  • Run yarn server-dev

The client should be accessible at http://localhost:8080. The WebSocket server should be available locally at ws://localhost:3000, and http://localhost:3000 should be accessible.

Load testing

  • Run npx tsx ./loadtest/test.ts --room game_room --numClients 1 --endpoint ws://localhost:3000

License

Everything under ./src is licensed under the GNU license except for the yuka library who is MIT license. All models under the ./public/races/models folder does not fall under the GNU license and cannot be used commercially.

t5c's People

Contributors

orion3dgames avatar ddaydd avatar hpx7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.