Skip to content

An RPG game where players can explore different maps and battle different monsters

Notifications You must be signed in to change notification settings

cctran96/rovereign-backend

Repository files navigation

Rovereign

Rovereign is an RPG game where users can explore different maps, fight monsters using a turn-based battle system, and level up/upgrade their character.
Video Demo

Technologies

Built with a React frontend and a Rails backend

Installation

  1. Clone both repos.
  git clone https://github.com/cctran96/rovereign-frontend.git
  git clone https://github.com/cctran96/rovereign-backend.git
  1. Install the node packages and gems in the respective directory.
  yarn install
  bundle install
  1. This application uses PostgreSQL. To view a tutorial, click here

  2. In the backend repository, create and seed the database.

rails db:migrate
rails db:seed
  1. Start the servers, respectively.
  yarn start
  rails start

Usage

  1. Create an account.
  2. Create a character in the play route.
  3. Go through the tutorial.
  4. Explore!

About

An RPG game where players can explore different maps and battle different monsters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published