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

Refactor gameplay into encounters #9

Open
4 tasks
jdpdev opened this issue Sep 27, 2015 · 0 comments
Open
4 tasks

Refactor gameplay into encounters #9

jdpdev opened this issue Sep 27, 2015 · 0 comments
Milestone

Comments

@jdpdev
Copy link
Owner

jdpdev commented Sep 27, 2015

Encounters

When two players face off against each other (pitcher/batter, fielder/runner, etc), it is called an encounter.

Each encounter:

  • Contains logic and calculations about how to resolve the encounter
  • Opens a UI (perhaps specific to the encounter) to show the player what is happening

When the game detects an encounter happening, it begins an encounter of the specific type to handle the action.

Basic Encounters

@jdpdev jdpdev added this to the Refactoring milestone Sep 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant