https://github.com/t-r-i-x/jorik-ts
A opensource RobloxMMORPG written in Roblox-TS
https://github.com/t-r-i-x/jorik-ts
mmo mmorpg roblox rpg typescript
Last synced: 7 months ago
JSON representation
A opensource RobloxMMORPG written in Roblox-TS
- Host: GitHub
- URL: https://github.com/t-r-i-x/jorik-ts
- Owner: T-R-I-X
- License: mit
- Created: 2023-10-15T13:29:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T01:16:33.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T14:30:22.691Z (8 months ago)
- Topics: mmo, mmorpg, roblox, rpg, typescript
- Language: TypeScript
- Homepage:
- Size: 1020 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](https://github.com/T-R-I-X/Jorik-TS/actions/workflows/build.yml)
*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](https://roblox-ts.com)\
[Flamework](https://fireboltofdeath.dev/docs/flamework)\
[@rbxts/suphi-datastore](https://www.npmjs.com/package/@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
```
2. Install the dependencies
```
npm install
```
3. Install Rojo\
Refer to the [docs](https://rojo.space/docs/v7/getting-started/installation/)
4. Build the game
```
npm run build
```
5. Serve
```
rojo serve
```[Contributors](https://github.com/T-R-I-X/Jorik-TS/graphs/contributors)