Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.27 KB

Dofus Battle Arena

Overview

Dofus Battle Arena is a C project inspired by the tactical turn-based game Dofus. This project aims to create a simplified battle arena where players can control characters, use spells, and engage in strategic combat.

Objectives

  1. Battle Simulation: Develop a turn-based combat system similar to Dofus.
  2. Character Control: Allow players to control characters with different abilities.
  3. Spell Mechanics: Implement various spells with unique effects.

Key Features

  • Turn-Based Combat: Structured rounds where players take turns to act.
  • Character Abilities: Diverse abilities and spells for each character.
  • Strategic Gameplay: Emphasis on strategy and planning.

Technologies

  • C: Primary programming language.
  • CMake: Build system for managing project compilation.

Installation

  1. Clone the repository:
git clone https://github.com/lucasolerr/projet-dofus-arena-ing1.git
  1. Navigate to the project directory:
cd projet-dofus-arena-ing1
  1. Build the project using CMake:
mkdir build
cd build
cmake ..
make

Usage

  1. Run the compiled program:
./DofusArena
  1. Follow the on-screen instructions to start a game and control your characters.