Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
/ Zappy Public archive

EPITECH PROJECT | YEAR END PROJECT | ZAPPY

Notifications You must be signed in to change notification settings

bobis33/Zappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPITECH | B-YEP-400 | Zappy

Epitech

CI AI CI GUI CI SERVER

Description

The goal of this project is to create a network game where several teams confront on a tiles map containing resources. The winning team is the first one where at least 6 players who reach the maximum elevation.

Prerequisites

  • CMake 3.27
  • C++20
  • SFML 2.5.1
  • Python 3.8

Usage

Build

$> make
[...]

if it doesn't work, try the following command:

$> make re
[...]

Run

To see the usage of each program, go to the corresponding documentation:

AI Documentation - GUI Documentation - Server Documentation

Commit Norms

Commit Type Description
build Changes that affect the build system or external dependencies (npm, make, etc.)
ci Changes related to integration files and scripts or configuration (Travis, Ansible, BrowserStack, etc.)
feat Addition of a new feature
fix Bug fix
perf Performance improvements
refactor Modification that neither adds a new feature nor improves performance
style Change that does not affect functionality or semantics (indentation, formatting, adding space, renaming a variable, etc.)
docs Writing or updating documentation
test Addition or modification of tests