Skip to content
MrMajumder edited this page Jun 28, 2018 · 3 revisions

Welcome to the GAME-KILLERS-NFS wiki!

Basic Story line: not found yet

Basic Structure: need to have a homepage(step= 0), with the following buttons: Start new game(step= 1), high scores(step= 2), options(step= 3), developers/About us(step= 4), exit(step= 5).

create these folders: resources(for keeping necessary files), images(for keeping all the images)

Must create a lot of functions. functions should be there for everything, for easy understanding of the code. These functions will be called modules. Each writer should comment his name beside the function for future reference.

That's all. Do add anything you thing is necessary :). Peace.

***we need to add what each buttons will do of the main menu. A brief description:

  1. start new game: continues to the game. Should we include an in game pause menu??
  2. high scores: loads the "PLAYERDATA.txt" to the structure, and shows it. (S: I think we should load the txt at the start of the game once, then it will save a lot of additional work.
  3. Options:(optional)(:P see the wordplay here?) will have sound on/ off button, and some other features
  4. Developers/ About us: Will show the team information, students name etc.
  5. Exit: as the name implies***

return 0;

Clone this wiki locally