olistic / warriorjs

🏰 An exciting game of programming and Artificial Intelligence
https://warriorjs.com
MIT License
9.43k stars 490 forks source link

Doc: clarify "backward" attack inefficiency #154

Closed Offirmo closed 1 year ago

Offirmo commented 6 years ago

L7 readme mention "You're not as effective at attacking backward" with no further details.

Could we have more explanations? How reduced is the damage? (it's hard to test)

It seems it doesn't apply the shoot(), does it?

olistic commented 6 years ago

Hello @Offirmo, damage is reduced by a 50%, rounding up. I'll consider adding that to the README.

It seems it doesn't apply the shoot(), does it?

Yeah, it doesn't.

olistic commented 1 year ago

@Offirmo I don't have time to work on this now. Feel free to submit a PR if you want to help, I'd really appreciate it.