OOP Project -> Werewolves And Vampires
- Ονοματεπώνυμο: Μιχαήλ Ραφαήλ Κωσταγιάννης
- Αριθμός Μητρώου: sdi2100078
- email: sdi2100078@di.uoa.gr
- Έτος φοίτησης: 2ο
- Ονοματεπώνυμο: Αντώνιος Παναγιώτης Καλαντζής
- Αριθμός Μητρώου: sdi2100046
- email: sdi2100046@di.uoa.gr
- Έτος φοίτησης: 2ο
- .vscode/
- └─── Visual Studio Code settings
- game/
- └─── WnV's headers, source files and makefile
- general/
- └───Coding Style
- paradotea/
- └───Pdf files, GitHub link and YouTube link
Navigate to game
folder. From there you can run the following commands:
-
~$ make
Compiles and runs the game. Automatically removes .o and .exe files after execution is complete.
-
~$ make clean
Removes all .o and .exe files.