Skip to content

Personal Project - Graphic - AI Battle Visualizer

Notifications You must be signed in to change notification settings

BenSouchet/filler-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filler Visualizer

This visualizer is a program developed as an extension of a project for my learning course at 42 school (Paris).

The objective is to visualize the battle / conquest of territory of two AI on a specifique area.

Several options are available (see Keyboard shortcuts section for more infos) :

  • Play / Pause the progression of the battle
  • Navigation between steps
  • Change colors of the two AI
  • Progression Bar
  • Time elapsed

Install & launch

Install it easily

git clone https://github.com/BenjaminSouchet/Filler_Visualizer.git ~/Filler_Visualizer
cd ~/Filler_Visualizer

Start a battle

./filler_vm -f maps/{MAP} -p1 players/{PLAYER1}.filler -p2 players/{PLAYER2}.filler -q -v

Variables :
{MAP} : The map you want to use (located in folder 'maps')
{PLAYER1} & {PLAYER2} : The players (players are located in folder 'players')

Example :
So, if you want to start a battle between hcao & carli on the map01 ⇣

./filler_vm -f maps/map01 -p1 ./players/hcao.filler -p2 players/carli.filler -q -v

Keyboard shortcuts

Description  Key(s) 
Close the program (aka quit/exit)  esc 
Play / Pause the battle  return 
Change colors of the AI  shift 
View the previous step of the battle  ◄ 
View the next step of the battle  ► 

Contact or contribute

If you want to contact me, or fix / improve this project, just send me a mail at bsouchet@student.42.fr

About

Personal Project - Graphic - AI Battle Visualizer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages