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

Support NPCs #24

Closed
TheBlackParade opened this issue Jan 5, 2020 · 2 comments
Closed

Support NPCs #24

TheBlackParade opened this issue Jan 5, 2020 · 2 comments
Assignees
Labels
new feature A new feature or request

Comments

@TheBlackParade
Copy link
Contributor

Support non-player characters within the game world:

  • Basic support for an NPC within the world
  • NPC spawn yaml config file w/ reading and loading into the world
  • NPC definition data read from the cache (exists in the cache-parser package)
  • Basic NPC updating
  • Basic NPC movement (random w/ updating)
  • World chunk and player tracking of NPCs
@TheBlackParade TheBlackParade added the new feature A new feature or request label Jan 5, 2020
@TheBlackParade TheBlackParade self-assigned this Jan 5, 2020
@TheBlackParade
Copy link
Contributor Author

WIP over on the npcs branch

@TheBlackParade TheBlackParade mentioned this issue Jan 6, 2020
@TheBlackParade
Copy link
Contributor Author

Completed with PR #25 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature or request
Projects
None yet
Development

No branches or pull requests

1 participant