Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Establish classes to store characters, items, equipment, and zones [1] #5

Open
Ruethus opened this issue Feb 2, 2018 · 0 comments
Open

Comments

@Ruethus
Copy link
Collaborator

Ruethus commented Feb 2, 2018

The title kinda says it all on this one, but it's still quite important. Conventionally, I tend to call characters "Entities" in order to avoid confusion with the C-string components, but aside from that this is mostly just setting up structure for each thing and making constructors for all of them. A zone is an area that can contain characters, be it in a dungeon or in town. You don't need to worry about dungeon or town generation for now, just make a zone that can hold a list of characters in a dynamic structure (i.e. vector or something), as well as a description.

@Ruethus Ruethus changed the title Establish classes to store characters, items, equipment, and the dungeon(s) Establish classes to store characters, items, equipment, and zones Feb 2, 2018
@mshoffner2 mshoffner2 changed the title Establish classes to store characters, items, equipment, and zones Establish classes to store characters, items, equipment, and zones [1] Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants