-
Notifications
You must be signed in to change notification settings - Fork 1
/
to-do.txt
46 lines (45 loc) · 2.28 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
- battle system + mob kill count DONE
- battle screen DONE
- inventory screen DONE
- learn textwrap DONE
- magic DONE
- leveling system DONE
- display player stats window DONE
- invetory equip/deequip DONE
- fix the repetition (.lower()) DONE
- quest book DONE
- organise the code DONE
- commenting the code DONE
- prompt window numbered rather than typed DONE
- print_location() shows player's hp,mp,level... DONE
- Help menu needs update
- talking to random npcs DONE
- quest giving/completing DONE
- n,s,e,w functionality DONE
- tiredness system DONE
- better dialogue system for questing
- shorten the code DONE
(declaring variables for repeated code) DONE
- tavern and ability to sleep DONE
- add consumables DONE
- text message to tiredness level DONE
- multiple enemies battle
- using magic during battle DONE
- spells used by typing shortcut of the spell DONE
- search function with energy usage DONE
- traps DONE
- locks DONE
- equipped weapons and armor have to show stats DONE
- items need shortcuts (like spells) DONE
- ASCII pictures for spells, inventory, battle, title
- skill (searching, disarming traps, opening locks) DONE
- spells (searching, disarming traps, opening locks)DONE
- force open locks DONE
- make the code PEP8 standard!!!!!! DONE
- add picklocks item DONE
- remove picklock when used
Future minor improvements:
- multiple save states
(with date, name, hp, mp, possibly location too)
- cool text displaying
- map