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

[RFC] Port of Ruby combat framework to Kotlin #376

Open
wants to merge 11 commits into
base: kotlin-experiments
Choose a base branch
from

Conversation

garyttierney
Copy link
Contributor

While not in scope for the kotlin-experiments branch, this is something I'd still like to get some feedback on. All of the basics are there for melee + ranged, including max hit / accuracy. The DSL itself is almost a one-to-one port of what was done in Ruby, with some Kotlin specifics to make the framework more idiomatic.

See the Scimitar/Bow plugins for examples of how to configure new weapon classes and weapons. Scimitar and Bow are WeaponClass objects that are defined by melee_classes.kt and ranged_classes.kt.

@garyttierney
Copy link
Contributor Author

My current TODO list for this (not counting the numerous @todo's scattered around the code) can be found here: https://github.com/apollo-rsps/apollo/pull/376/files#diff-4553fbd36a1d88c8c2e744f5de0cc847

@garyttierney garyttierney added medium needs-discussion The project maintainers request input from users help wanted The project maintainers request development help from users labels Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted The project maintainers request development help from users medium needs-discussion The project maintainers request input from users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant