-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNotes.txt
More file actions
24 lines (22 loc) · 745 Bytes
/
Notes.txt
File metadata and controls
24 lines (22 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
__init__.py in a subdirectory lets us turn that dir into a python package, letting us import modules from it!
like this in the python code:
```python
from scenes import intro
```
-----
Todo:
-----
1. Add Character Stats & Attributes
2. Add Skills (teleport, chain-attack, multicast, etc.)
3. Add Races
4. Add Health
5. Add Damage
6. Add Combat scenario
7. Add Weapon Attributes
8. Add NPCs [WIP]
9. Add NPC controller (for random monster spawns, etc.) [WIP]
10. Roll checks for events or pursuasion attempts, etc.
11. Respawn or reload functionality
12. Add difficulty levels (if we go in that route, but I might just leave it open)
13. Add GUI with scene/character building support to add a UI onto the engine
14. Add parties and world events