Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.3 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.3 KB

Project Logo

build

A opensource RobloxMMORPG game written in Typescript for strict type checking.

Features (Planned)

  • ❌ combat (skills, basic moves, animations)
  • ❌ npcs (pathfinding, random movement, questing, random events)
  • ❌ Social features (interacting, viewing, chatting, etc.)
  • ❌ Mounts
  • ❌ Player housing
  • ❌ PVE combat
  • ❌ PVP combat
  • ❌ Player owned shops, NPC owned shops
  • ❌ Full user game interface (GUI)
  • ✅ Datasaving

For developers

Here are the links to some resources

Roblox-TS
Flamework
@rbxts/suphi-datastore

Get started

  1. Clone or download this repo
git clone https://github.com/T-R-I-X/Jorik-TS
cd Jorik-TS
  1. Install the dependencies
npm install
  1. Install Rojo
    Refer to the docs
  2. Build the game
npm run build
  1. Serve
rojo serve

Contributors