-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathto-do.txt
50 lines (29 loc) · 2.01 KB
/
to-do.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
_________ _______ ______ _______ _ _________ _______ _________
\__ __/( ___ ) ( __ \ ( ___ ) ( \ \__ __/( ____ \\__ __/
) ( | ( ) | | ( \ )| ( ) | | ( ) ( | ( \/ ) (
| | | | | | _____ | | ) || | | | | | | | | (_____ | |
| | | | | |(_____)| | | || | | | | | | | (_____ ) | |
| | | | | | | | ) || | | | | | | | ) | | |
| | | (___) | | (__/ )| (___) | | (____/\___) (___/\____) | | |
)_( (_______) (______/ (_______) (_______/\_______/\_______) )_(
MazeCeption by Yikai Wang and Richard Wang (Team-WangBros)
------------------------------------------------------------------------------------------
Things Left:
Tutorial
Aesthetics
Expansion
------------------------------------------------------------------------------------------
1. Update Character superclass ( Friday 1/15/16 ) - CREATED 1/15/16 DONE
- Add subclasses ( Tank, Ninja, DankMeme, DemoMan ) - CREATED 1/16/16
2. Create Monster superclass ( Friday 1/15/16 ) -CREATED 1/15/16 DONE
- Add subclasses ( Orcs, Rat, Boogeyman, JohnCena, Snake ) - CREATED 1/16/16 DONE
3. Item superclass ( Sunday 1/17/16 ) - CREATED 1/15/16 DONE
- Add subclasses ( Hp Potion, Adrenaline Potion ) - CREATED 1/16/16 DONE
4. Tile class ( uses items ) ( Sunday 1/17/16 ) - CREATED 1/16/16 DONE
4.5. Testing! ( Sunday 1/17/16 ) DONE
<s>5. Create Battle ( through an interface ) ( Sunday 1/17/16 ) SCRAPPED - NOT NEEDED
- Add Battle.java ( for interaction )</s>
6. Graphics class ( for displaying, combine Engine and add stats on the side ) ( Monday 1/18/16 ) - CREATED 1/17/16 DONE
7. Create a startup screen for user to choose their class. ( Tuesday 1/19/16 )
8. Create shops after completion of a maze. ( Wednesday 1/20/16 ) - CREATED 1/22/16 DONE
9. Tutorial ( Thursday 1/21/16 ) - SCRAPPED