BrawlerAGD BrawlerAGD 0.0.0 ALPHA
An Automated Game Designer (AGD) Used for Creating Brawler Fighting Games. An Automated Game Designer for Brawler Video Games
Consts Class Reference

Static Public Attributes

static string GAME_PATH = "Assets\\Game\\game"
 
static string EVO_RESULTS_PATH = "Assets\\Game\\evoresults"
 
static string HIGH_FITNESS_GAMES = "Assets\\Game\\randomfitness\\"
 
static string RESEARCH_RESULTS = "Assets\\Game\\research\\results\\"
 
static string RESEARCH_GAME = "Assets\\Game\\research\\game\\"
 
static string TUTORIAL_RESULTS = "Assets\\Game\\tutorial\\results"
 
static string TUTORIAL_GAME = "Assets\\Game\\tutorial\\game"
 
static string LEVEL_PATH = "\\level.json"
 
static string PLAYER1_PATH = "\\player1.json"
 
static string PLAYER2_PATH = "\\player2.json"
 
static string PLAYER1MOVE1_PATH = "\\p1move1.json"
 
static string PLAYER2MOVE1_PATH = "\\p2move1.json"
 
static string GAME_RESULT_PATH = "\\gameresult.json"
 
static string RESULTS_FILE_PATH = "\\results.json"
 

Member Data Documentation

◆ EVO_RESULTS_PATH

string Consts.EVO_RESULTS_PATH = "Assets\\Game\\evoresults"
static

◆ GAME_PATH

string Consts.GAME_PATH = "Assets\\Game\\game"
static

◆ GAME_RESULT_PATH

string Consts.GAME_RESULT_PATH = "\\gameresult.json"
static

◆ HIGH_FITNESS_GAMES

string Consts.HIGH_FITNESS_GAMES = "Assets\\Game\\randomfitness\\"
static

◆ LEVEL_PATH

string Consts.LEVEL_PATH = "\\level.json"
static

◆ PLAYER1_PATH

string Consts.PLAYER1_PATH = "\\player1.json"
static

◆ PLAYER1MOVE1_PATH

string Consts.PLAYER1MOVE1_PATH = "\\p1move1.json"
static

◆ PLAYER2_PATH

string Consts.PLAYER2_PATH = "\\player2.json"
static

◆ PLAYER2MOVE1_PATH

string Consts.PLAYER2MOVE1_PATH = "\\p2move1.json"
static

◆ RESEARCH_GAME

string Consts.RESEARCH_GAME = "Assets\\Game\\research\\game\\"
static

◆ RESEARCH_RESULTS

string Consts.RESEARCH_RESULTS = "Assets\\Game\\research\\results\\"
static

◆ RESULTS_FILE_PATH

string Consts.RESULTS_FILE_PATH = "\\results.json"
static

◆ TUTORIAL_GAME

string Consts.TUTORIAL_GAME = "Assets\\Game\\tutorial\\game"
static

◆ TUTORIAL_RESULTS

string Consts.TUTORIAL_RESULTS = "Assets\\Game\\tutorial\\results"
static

The documentation for this class was generated from the following file: