RPG Game development for ITESM course TC2005B
Explore the docs »
View Deployed Game
View Game Demo
View Trello Board
Table of Contents
This project is a RPG game developed for the course TC2005B at ITESM.
If you are interested in running the project locally, you can clone the repository and follow the instructions below:
- Unity 2021.3.19f1 LTS or higher
- Unity Hub
- Node.js.
- MySQL Workbench
- MySQL Server
Clone the repo
git cloneIn order to run the game, you will need to have a MySQL server running. You will also need to recreate the database and tables. You can find the database creation script in the folder "DB".
Once the database is running, you can open the unity project and run the game by opening the project using Unity Hub (the project can be found in the Videogame directory of this repo). You will need to change the database connection script to match your database configuration.
To edit the landing page for the game, you will need to install the dependencies for the project. You can do this by running the following command in the folder "Web":
npm installYou can then run the bootstrap project locally and edit the landing page to your liking.
The game can be played at https://legends-gilt.vercel.app/. An account is required to play the game. You can create an account by clicking on the "Sign Up" button on the page. Once you have an account, you can log in and start playing!
The roadmap for this project can be found in the Trello Board. The board is private, so you will need to request access to view it. You can contact the team members to request access.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
- LDtk: https://ldtk.io/ for level design
- draw.io: https://app.diagrams.net/ for UML diagrams
- Trello: https://trello.com/ for SCRUM project management
- Gabriel Rodríguez De Los Reyes
- Iker García Germán
- Rodrigo Núñez Magallanes
- Enrique Cabrera Aguilar
- Alejandro Arouesty Galván
- Pablo Banzo Prida
- Esteban Castillo Juarez
- Gilberto Echeverría Furió
- Octavio Navarro Hinojosa
Project Link: https://github.com/ronuma/legends