Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12]
 
h
 
ansi.h
Implemented following https://en.wikipedia.org/wiki/ANSI_escape_code
 
ansi_const.h
Declaration of constant values for ANSI module
 
cli.h
Definition of functions which handles CLI
 
config.h
Definition of functions which retrieves the game configuration from the possible sources
 
config_file.h
Definition of functions which handles the configuration file
 
consts.h
Declaration of constants used by the modules
 
game_configuration.h
Definition of the game configuration structure and definition of related accessory functions
 
includes.h
Preprocessor file used for including library for modules
 
logs.h
Definition of logger functions
 
logs_configuration.h
Definition of logger configuration structure
 
main.h
Declaration of game-related constants, definition of game-related structures and functions
 
tui.h
Terminal User Interface (TUI) implementation for card game display
 
utility.h
Definition of utility functions
 
vector.h
Definition of vector structure and related functions
 
src
 
ansi.c
Implemented following https://en.wikipedia.org/wiki/ANSI_escape_code
 
cli.c
Implementation of functions which handles CLI
 
config.c
Implementation of functions which retrieves the game configuration from the possible sources
 
config_file.c
Implementation of functions which handles the configuration file
 
logs.c
Implementation of logger functions
 
main.c
Implementation of game-related functions
 
tui.c
Implementation of TUI functions
 
utility.c
Implementation of utility functions
 
vector.c
Implementation of vector structure and related functions