In this project, the back-end of a structure of a role-playing game, better known as RPG games, Trybers and Dragons, was developed. In this universe there are beings of different races, with different characteristics and powers that can fight each other.
This project was developed with a focus on learning the application of the principles of SOLID architecture and the principles of Object Oriented Programming (Inheritance, Abstraction, Encapsulation and Polymorphism).
- Typescript
To run the project locally:
1.Clone the repository
$ git clone git@github.com:AlineCarolina/Trybers-and-Dragons.git
2.Install dependencies
$ npm install