Burp
|
▼ src | Whole project code |
▼ controller | Handle user input |
controller.c | |
controller.h | |
▼ model | Manages the data, logic and rules of the program |
▼ file_reader | Internal structure of the burp language interpreter |
interpreter.c | |
interpreter.h | |
syntax_analyse.c | |
syntax_analyse.h | |
syntax_tree.h | |
▼ game | Internal structure of the game |
arene.c | |
arene.h | |
commands.c | |
commands.h | |
missile.c | |
missile.h | |
robot.c | |
robot.h | |
cycle.c | |
cycle.h | |
▼ view | User interface |
ui.c | |
ui.h | |
define.h | |
game.c | |
game.h | |
main.c |