Skip to content

Commit 577c37c

Browse files
authored
Add Antorum Feburary content (#65)
* Add Antorum content * Fix formatting
1 parent d8e338b commit 577c37c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
257 KB
Loading

content/posts/newsletter-007/index.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,15 @@ If needed, a section can be split into subsections with a "------" delimiter.
5252

5353
### [Rusty Shooter][rusty-shooter]
5454

55-
[Rusty Shooter][rusty-shooter] is a Quake3-like first person shooter written in Rust using [rg3d engine][rg3d-engine].
55+
[Rusty Shooter][rusty-shooter] is a Quake3-like first person shooter written in Rust using [rg3d engine][rg3d-engine].
5656

5757
![Rusty Shooter in-game screenshot](rusty-shooter-in-game.jpg)
5858

59-
Small gameplay video (work-in-progress):
59+
Small gameplay video (work-in-progress):
6060
[![Rusty Shooter game](rusty-shooter-youtube.PNG)][rusty-shooter-video]
6161

6262
Features:
63+
6364
- Common FPS elements: bots, items, weapons.
6465
- Single game mode - deathmatch.
6566
- More or less modern graphics (shadows, deferred shading, particle systems etc.)
@@ -76,6 +77,19 @@ Features:
7677
[rusty-shooter]: https://github.com/mrDIMAS/rusty-shooter
7778
[rusty-shooter-video]: https://www.youtube.com/watch?v=UDn8ymyXPcI
7879

80+
### [Antorum]
81+
82+
![Spider NPCs](antorum.jpg)
83+
84+
[Antorum] is a multiplayer RPG where players build their characters and fight against the growing threats on the isle. The game server is authoritative and written in Rust, while the client is written in Unity/C#.
85+
86+
This month, the focus was on the cooking skill. This includes recipies and cookware. Players will need a cooking appliance, such as a stove or campfire to cook some Chonkrat Stew inside a pot. A heavy refactor to the interaction system had to be made, as well as changes to networking. Check out [@dooskington]'s devlog here:
87+
88+
- [#18 "Cooking"](https://dooskington.com/dev-log/18)
89+
90+
[antorum]: https://dooskington.com
91+
[@dooskington]: https://twitter.com/dooskington
92+
7993
## Library & Tooling Updates
8094

8195
## Popular Workgroup Issues in Github

0 commit comments

Comments
 (0)