Burp
|
the whole project code
More...Directories | |
directory | controller |
Handle user input. | |
directory | model |
manages the data, logic and rules of the program | |
directory | view |
user interface | |
Files | |
file | define.h [code] |
file | game.c |
file | game.h [code] |
file | main.c |
the whole project code
/
Our project is separate in three modules : view, model and controller The other files contained in src link these three modules