Skip to content

N17: Shotcaller #431

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

Merged
merged 3 commits into from
Jan 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions content/posts/newsletter-017/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,29 @@ This month's updates:
[wor-discord]: https://discord.gg/JGeVt5XwPP
[wor-website]: https://anthropicstudios.com/way-of-rhea



### [Shotcaller]

![Shotcaller dual frontend](/Users/erlend/Documents/GitHub/rust-gamedev.github.io/content/posts/newsletter-016/shotcaller-2guis.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image should also be added to the repo

_ASCII and sprites versions of Shotcaller interface._

[Shotcaller] is a moddable RTS/MOBA game made with bracket-lib.

No new release is out yet, but several major updates happened:

- [Basic AI profiles](https://github.com/amethyst/shotcaller/pull/19) for leaders.
- [TreePerson](https://github.com/amethyst/shotcaller/pull/24) leader added.
- [Generic Leader 2](https://github.com/amethyst/shotcaller/pull/25) pending.
- More documentation.
- Moved from specs to our own, heavily specs-based plank_ecs.

Contributions welcome: [try add a new Leader][shotcaller-issue-leader].

[Shotcaller]: https://github.com/amethyst/shotcaller
[shotcaller-web]: https://shotcaller.jojolepro.com/
[shotcaller-issue-leader]: https://github.com/amethyst/shotcaller/issues/6

## Learning Material Updates

## Library & Tooling Updates
Expand Down