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.
- Battle Simulation: Develop a turn-based combat system similar to Dofus.
- Character Control: Allow players to control characters with different abilities.
- Spell Mechanics: Implement various spells with unique effects.
- 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.
- C: Primary programming language.
- CMake: Build system for managing project compilation.
- Clone the repository:
git clone https://github.com/lucasolerr/projet-dofus-arena-ing1.git
- Navigate to the project directory:
cd projet-dofus-arena-ing1
- Build the project using CMake:
mkdir build
cd build
cmake ..
make
- Run the compiled program:
./DofusArena
- Follow the on-screen instructions to start a game and control your characters.