|
Corewar documentation 1.0.0
|
The file containing the state functions. More...
#include "../include/corewar.h"Functions | |
| void | check_alive_champions (void) |
| Check if the champions are alive. | |
| void | display_winner (node_t *champions) |
| Display the winner. | |
| int | check_champions_number (node_t *champions) |
| Check the number of champions. | |
The file containing the state functions.
| void check_alive_champions | ( | void | ) |
Check if the champions are alive.
| int check_champions_number | ( | node_t * | champions | ) |
Check the number of champions.
| champions | The champions list |
| void display_winner | ( | node_t * | champions | ) |
Display the winner.
| champions | The champions list |