Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RogueReborn
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikhail Andrenkov
RogueReborn
Commits
75b1c4df
Commit
75b1c4df
authored
8 years ago
by
Ori Almog
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn
parents
a431bcf7
6a1bee02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Class_Outline.txt
+72
-0
72 additions, 0 deletions
src/Class_Outline.txt
with
72 additions
and
0 deletions
src/Class_Outline.txt
0 → 100644
+
72
−
0
View file @
75b1c4df
/* Ori */
Terrain (Abstract)
Floor
Wall
Corridor
Door
/* Ori */
Room
/* Ori */
Coord
/* Ori */
Level
- Generators
/* Mikhail */
Feature
Item (Stackable Attribute)
Food
Potion
Weapon
Ranged
Armour
Rings
Wand
Scroll
GoldPile
Trap
Stair
/* Mikhail */
Mob
Enemy
PlayerChar
/* Mikhail */
ItemZone
To Be Made:
/* Ian */
State_Controller:
- Attribute: State
- Handle User Input
- Pass Commands to Game_Controller
- Call View with State
/* Ian */
Game_Controller(Input):
- Move Player
- ForEach Monster
- Move
/* Ian */
File_Manager
Func: WriteScore();
Func: ReadScore();
/* Ori */
View
DrawScreen(Level, State)
Func: DrawLevel();
Func: DrawMenu();
Func: DrawStatus();
Func: DrawText();
Func: DrawLog();
Func: DrawInstructions();
Func: DrawDeath(); // Call File_Manager
Func: DrawScoreBoard();
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment