Skip to content

Commit a43f4ac

Browse files
markusmoenigozkriffAngelOnFira
authored
N33: Eldiron (#1011)
Co-authored-by: Andréy Lesnikóv <ozkriff@gmail.com> Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
1 parent 39e59c4 commit a43f4ac

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

content/news/033/eldiron_screen.png

255 KB
Loading

content/news/033/index.md

+27
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,33 @@ _Discussions:
275275
[dims-foliage]: https://www.reddit.com/r/rust_gamedev/comments/ujhr3c/the_start_of_a_tool_that_lets_you_tweak_how_and/
276276
[dims-erosion-tool]: https://www.reddit.com/r/rust_gamedev/comments/tuj9dg/far_from_finished_but_heres_our_terrain_tool/
277277

278+
### [Eldiron]
279+
280+
![Eldiron Image](eldiron_screen.png)
281+
_Behavior Nodes of Eldiron_
282+
283+
[Eldiron] ([GitHub](https://github.com/markusmoenig/Eldiron), [Discord](https://discord.gg/ZrNj6baSZU),
284+
[Twitter](https://twitter.com/MarkusMoenig)) by [@markusmoenig](https://github.com/markusmoenig)
285+
is a creator for classic role playing games (RPGs) written in Rust.
286+
287+
Eldiron v0.5 features inbuild tile maps, a node based behavior system
288+
and region editors.
289+
290+
Development Updates in April:
291+
292+
- Support for 4 layers of tiles for game regions.
293+
This enables transparency and support for top-down and isometric views.
294+
- Game regions can now contain named areas.
295+
- Areas can contain behavior nodes to spawn monsters, lay traps or
296+
displace tiles (for example to open a door).
297+
- New "Systems" module to create behavior for Combat and soon for Crafting,
298+
Magic and more. System behavior trees can be called from any character.
299+
300+
Eldiron v1 will be able to create any kind of RPG utilizing square tiles,
301+
like the classical Ultima series.
302+
303+
[Eldiron]: https://www.eldiron.com
304+
278305
## Learning Material Updates
279306

280307
## Tooling Updates

0 commit comments

Comments
 (0)