diff --git a/content/posts/newsletter-011/index.md b/content/posts/newsletter-011/index.md index c94618fed..5d1aaae96 100644 --- a/content/posts/newsletter-011/index.md +++ b/content/posts/newsletter-011/index.md @@ -27,6 +27,7 @@ Feel free to send PRs about your own projects! Table of contents: +- [Legion Game Jam](#legion-game-jam) - [Game Updates](#game-updates) - [Learning Material Updates](#learning-material-updates) - [Library & Tooling Updates](#library-tooling-updates) @@ -60,6 +61,35 @@ some actual interesting discussions. If needed, a section can be split into subsections with a "------" delimiter. --> +## [Legion Game Jam][legion-jam] + +[![The Roman Empire at its greatest extent](roman-empire.jpeg)][roman-empire-wiki] + +The "Legion" game jam by [Laticoda] is about +[the Roman Empire][roman-empire-wiki] for the background theme +and ECS paradigm for the technical side. +The conditions are: + +- Open-source & Rust only. +- Projects should use some ECS library + (you can choose [Legion][legion] if you don't have one). +- Team working and recycling old assets are allowed. + +> Submissions open to August 1st 2020. +> +> It can be RPG, strategic, arcade or else; multi or solo. What you want. +> Just try to include a little bit history and culture taste. +> Dont be afraid, it is not ranked. + +Also, participants are encouraged to +[document the development process at the event's forum][legion-jam-forum]. + +[legion-jam]: https://itch.io/jam/legion-jam-rustlang +[Laticoda]: https://itch.io/profile/laticoda +[roman-empire-wiki]: https://wikipedia.org/wiki/Roman_Empire +[legion]: https://github.com/TomGillen/legion +[legion-jam-forum]: https://itch.io/jam/legion-jam-rustlang/community + ## Game Updates ### [Way of Rhea][rhea-site] diff --git a/content/posts/newsletter-011/roman-empire.jpeg b/content/posts/newsletter-011/roman-empire.jpeg new file mode 100644 index 000000000..8e90ee9e0 Binary files /dev/null and b/content/posts/newsletter-011/roman-empire.jpeg differ