Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penguin Game

This is the readme file for penguin game for team 07 . Current file structure is defined below :


File Structure

  -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

Explainations

  • 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.
  1. Placing-1__1_.pdf This file holds placement structure of the map for the game.
  2. 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.
  3. 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.
  1. 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.
  2. main.c This file contains the main function.
  3. movement.h This is a header file that contains the functions which will be handling the movement of the penguin.
  4. 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.
  5. 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.
  6. file_management.c This file contains the functions responsible for file handling of the game.
  7. 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.

About

Penguin Ice Board game implemented in C for a group project in EPFU subject at WUT

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages