-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
38 lines (35 loc) · 1.14 KB
/
TODO.txt
File metadata and controls
38 lines (35 loc) · 1.14 KB
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
TODO LIST :
1. Display on screen a window for our program.
The window is split in two parts :
- The Unit on the LEFT side
- The Unit on the RIGHT side
Over those two parts, there are two menus :
- Select a Unit from the game
- Select your home-made Unit
The program compare the two Units when both are selected,
or only print the power score of it if there is only one.
At the bottom of the window, there must be the synthesis of the comparison.
2. Parse the .cfg selected in the menu, and get the needed informations from them :
For the calcul :
- Hitpoints
- Movement Points
- Gold Cost
- Experience
- Level
- Special(s) Power(s)
- Attacks :
- Damages
- Number of Hit(s)
- Type
- Special(s)
- Defenses
- Resistances
For the display :
- Name of the Unit
- Image of the Unit
- For the Attacks part :
- Name of the Attacks
- Image of the Attacks
If there is no images, a default "unknown" image must be loaded.
For most of the default displays, the sprites of the game should be taken.
3. Calcul of the power score for each Unit based on the informations above.