Giter Site home page Giter Site logo

boyquotes / t5c Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orion3dgames/t5c

0.0 0.0 0.0 325.05 MB

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

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

License: MIT License

JavaScript 6.82% TypeScript 92.86% CSS 0.15% HTML 0.16%

t5c's Introduction

T5C - The 5th Continent

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

Current progress:

  • vat animations and instances
  • fully player authorative movement with client side prediction and server reconciliation
    • diablo like movement using the mouse with the ability to click to move
  • scene management (login, register, character selection, etc...)
  • map management (ability to teleport to a different map (ex: a dungeon) )
  • multiplayer animated characters
  • global chat (works accross zones)
  • uses a navmesh for collision detection
  • basic persistence with mysql lite
  • basic enemies with simple AI behaviour (IDLE, PATROL, CHASE, ATTACK, DEAD)
  • enemies can drop items (based on a loot table)
  • 4 basic abilities ( sword attack, fireball, dot, heal )
  • ability to target players and enemies
  • ability to pick up items and see them in your inventory
  • ability to equip items and see them on your character
  • basic player levelling with experience and ability points
  • fully functional UI (experience bar, abilities bar, draggable panels, etc...)
  • simple quest system
  • simple trainer system (learn abilities)
  • simple vendor system (buy and sell)

Links

Follow the progress on the official babylon.js forum: https://forum.babylonjs.com/t/multiplayer-top-down-rpg-babylon-js-colyseus/35733

Check out my devlogs on https://dev.to/orion3d

Requirements

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

Technology

How to run

  • Run npm run server-dev to launch the server
  • Run npm run client-dev to launch the client

The client should be accessible at http://localhost:8080

The server should be available locally at http://localhost:3000

The Colyseus monitor should be available at [http://localhost:3000/monitor

Load testing

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

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.