This is the readme file for penguin game for team 07 . Current file structure is defined below :
-Reports
EPFU_Report_1.pdf
EPFU_Report_2.pdf
EPFU_Report_3.pdf
EPFU_Report_4.pdf
EPFU_Report_5.pdf
EPFU_Final_Report_6.pdf
-Flowcharts
flowchart_detailed_beta1.0.pdf
flowchart_detailed_beta1.1.pdf
flowchart_general.png
Placing-1__1_.pdf
ShowWinner.pdf
- Preliminary Code
board.h
board_gen.c
file_management.c
file_management.h
main.c
movement.h
placing_penguins.h
placing_penguins.c
player.h
- v1.3
file_management.h
main.c
movement.h
penguin.h
placing_penguins.c
placing_penguins.h
player.h
tiles.h
- v1.4
file_management.h
main.c
movement.h
penguin.h
placing_penguins.c
placing_penguins.h
player.h
tiles.h
- v1.4
file_management.h
main.c
movement.h
penguin.h
placing_penguins.c
placing_penguins.h
player.h
tiles.h
-v1.5
file_management.h
main.c
movement.h
penguin.h
placing_penguins.c
placing_penguins.h
player.h
tiles.h
-README.md
- EPFU_Report_1.pdf This file describes the work done for the first meeting.
- EPFU_Report_2.pdf This file describes the work done for the second meeting.
- EPFU_Report_3.pdf This file describes the work done for the third meeting.
- EPFU_Report_4.pdf This file describes the work done for the fourth meeting.
- EPFU_Report_5.pdf This file describes the work done for the fifth meeting.
- EPFU_Report_5.pdf This file describes the work done for the sixth and final meeting.
- Flowcharts This folder contains the flowcharts made for the project.
- Placing-1__1_.pdf This file holds placement structure of the map for the game.
- flowchart_detailed_beta1.0.pdf This file explains the detailed version of the flowchart for the game, this is a draft which will be updated as we progress.
- ShowWinner.pdf This file contains the flowchart describing how the winner will be evaluated and displayed.
- Preliminary Code This folder contains the basic structure and files for the code which are yet to be finalised.
- board_gen.c This file generates a sample board for testing according to specs described in spec sheet. Arguments to function are defined as comments.
- main.c This file contains the main function.
- movement.h This is a header file that contains the functions which will be handling the movement of the penguin.
- placing_penguins.h This is a header file that contains the functions which will be handling the placing phase of the penguins on the board.
- player.h This is a header file that contains the functions which will evaluate the scores of individual players and display the winner and final score at the end.
- file_management.c This file contains the functions responsible for file handling of the game.
- player.h This header file contains the structure of the player and function related to it.
- v1.3 This folder contains the revised version of the game with better and efficient code. (Still in progress)
- v1.5 This folder contains the latest version of the game with better and efficient code.