@CoderDrag0n8
@Usseewa
@KaladinsSenseOfHumourSpren
@IcedOutPenguin
Ok, here we divvy up the various things, as well as plan lore, structure, art...
We’ll need a save system, an info depository (contains art and lore and flavor text, events, and combat), a map system, an inventory
We’ll prolly use the following files:
main.py
save.py
info.py
map.py
combat.py
event.py
inventory.py
if we do Python, of course.
That system, I’ve found, is easiest.