Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Latest commit

 

History

History
52 lines (41 loc) · 2.09 KB

File metadata and controls

52 lines (41 loc) · 2.09 KB

A picture of our logo: its just our name but more beautiful

Pirate Quest

CSFML Game Project, for the final graphic project of the first year of Epitech. The goal of the project is to create a game using the CSFML library, with a pirate theme.

Features

  • Map
  • Character
  • Inventory
  • Quest
  • Combat

Prerequisites

Installation

B-MUL-200> git clone git@github.com:Pirate-Quest/PirateQuest.git
B-MUL-200> cd PirateQuest
B-MUL-200/PirateQuest> make
B-MUL-200/PirateQuest> ./my_rpg

Norm

Coding style

All the source code has been written according to the Epitech C Coding Style.

Commits style

All the commits have been written according to the Conventional Commits specification.

Workflow

Branches are named according to the following pattern: type/subject, where type is the type of the branch and subject is a short description of the branch. The types are:

  • feat, feature : a new feature
  • fix: a bug fix
  • docs: changes to documentation
  • style: formatting, missing semi colons, etc; no code change
  • refactor: refactoring production code
  • test: adding tests, refactoring test; no production code change

Authors

bottom