Skip to content

ariidesu/Paradih

Repository files navigation

Paradih, the super real paradigm server Logo

Overview

Paradih is an implementation of Paradigm: Reboot's server, aiming to replicate as much of the game functionalities as possible.

Features

It currently supports:

  • User: registration, login
  • Gameplay: play submission, rating calculation, shop purchase, etc.

Work in Progress

  • Ranking
  • Cross Decode
  • ...

Setup

Prerequisites

  • Node.js (v16+ recommended)
  • npm or yarn

Installation

  1. Clone the repository

    git clone https://github.com/ariidesu/Paradih.git
    cd Paradih
  2. Install dependencies

    npm install
  3. Configure environment variables

    cp .env.example .env
    # Edit .env with your configuration
  4. Start the server

    npm run build && npm run start

Disclaimer

This project is not affiliated with TunerGames.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published