Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.6 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.6 KB

FantasyRPG - An Awesome 3D Online Fantasy RPG Game!

FantasyRPG Gameplay

What's FantasyRPG?

FantasyRPG is a kickass 3D Online Fantasy RPG game written in TypeScript. It's all about diving headfirst into a magical world filled with mythical creatures, epic quests, and legendary artifacts!

Get Started

To join the fun and start your adventure, follow these simple steps:

  1. Clone the repository: git clone https://github.com/belkhiritaha/fantasyRPG.git
  2. Go to the game directory: cd fantasyRPG
  3. Set up the server: cd api && npm i
  4. Set up the game: cd game && npm i
  5. Start playing: Open a terminal in the "game" directory and type npm run dev, do the same in the "api" directory

Let the Adventure Begin!

A preview version of the game is up and running online ! You can join the fun and start your own adventure (all the while playing with your friends !) at: https://fantasy.belkhiri.dev

Tech Stack

FantasyRPG is built using the following technologies:

  • TypeScript: A superset of JavaScript that provides static typing and enhanced tooling.

  • Three.js: A popular 3D library for rendering graphics and animations in the browser.

  • Node.js: A JavaScript runtime for server-side development.

  • Express: A minimal and flexible Node.js web application framework.

  • SocketIO: A websocket handler.

Contribution

If you're interested in contributing to the game, your help is more than welcome! You can reach out to me through my GitHub page (https://github.com/belkhiritaha) to discuss potential contributions, new features, or improvements.