Study Dungeon  1.0.0
A group project for COSC345
src Directory Reference

Files

file  artwork.cpp
 ASCII art used in the program.
 
file  artwork.h [code]
 Defines variables containg ASCII artwork.
 
file  card_types.h [code]
 Defines the cards types for the card duel.
 
file  deck.cpp
 Functions and classes relating to flashcards.
 
file  deck.h [code]
 Functions and classes relating to flashcards.
 
file  edit_flashcard.cpp
 Functions used in the UI scene for editing flashcards.
 
file  edit_flashcard.h [code]
 Classes and functions that are used in the UI scene for editing flashcards.
 
file  flashcard_scene.cpp
 Functions used for the flashcard study scene.
 
file  flashcard_scene.h [code]
 Classes and functions used in the study session UI scene for reviewing flashcards.
 
file  game_scene.cpp
 Classes and functions for the card duel game.
 
file  game_scene.h [code]
 Classes and functions for the card duel game.
 
file  gameloop.cpp
 Defines the gameplay and game loop of the card duel game.
 
file  gameloop.h [code]
 Controls the game play and game loop of the card duel game.
 
file  howto_scene.cpp
 Defines the UI scene for the howto scene explaining how the program works.
 
file  howto_scene.h [code]
 Defines the UI scene for the howto scene explaining how the program works.
 
file  mainmenu_scene.cpp
 Class and functions for the main menu scene.
 
file  mainmenu_scene.h [code]
 Defines the scene for the main menu.
 
file  menu.cpp
 Classes and functions for the UI system.
 
file  menu.h [code]
 Classes and functions for the UI system.
 
file  player.cpp
 Definitiona for the player class that is used in the card duel game.
 
file  player.h [code]
 This file defines the classes and methods for a Player.
 
file  playing_card.cpp
 This file defines the classes and methods used for a Playing Card.
 
file  playing_card.h [code]
 This file defines the classes and methods used for a Playing Card.
 
file  settings_scene.cpp
 Defines the UI scene for the game settings.
 
file  settings_scene.h [code]
 The menu and settings for the over all game.
 
file  util.cpp
 Utilities and helpers for the program.
 
file  util.h [code]
 Contains useful helper functions.