Skip to content

Commit d8e338b

Browse files
authored
Newsletter 7: Add rusty-shooter game (#63)
* added rg3d-sound into libraries section * add rusty-shooter game * fixed links for rusty-shooter game * added WIP mark for rusty-shooter game video * added features list for rusty-shooter game
1 parent 3978ebe commit d8e338b

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

content/posts/newsletter-007/index.md

+26
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,32 @@ If needed, a section can be split into subsections with a "------" delimiter.
5050

5151
## Game Updates
5252

53+
### [Rusty Shooter][rusty-shooter]
54+
55+
[Rusty Shooter][rusty-shooter] is a Quake3-like first person shooter written in Rust using [rg3d engine][rg3d-engine].
56+
57+
![Rusty Shooter in-game screenshot](rusty-shooter-in-game.jpg)
58+
59+
Small gameplay video (work-in-progress):
60+
[![Rusty Shooter game](rusty-shooter-youtube.PNG)][rusty-shooter-video]
61+
62+
Features:
63+
- Common FPS elements: bots, items, weapons.
64+
- Single game mode - deathmatch.
65+
- More or less modern graphics (shadows, deferred shading, particle systems etc.)
66+
- Fully animated bots using animation blending state machines.
67+
- Single map - something like legendary Q3DM6.
68+
- Path finding using navmesh
69+
- Save/load functionality
70+
- GUI: main menu, options, HUD, leader board (using [rg3d-ui library][rg3d-ui])
71+
- Binaural sound (using [rg3d-sound library][rg3d-sound])
72+
73+
[rg3d-engine]: https://github.com/mrDIMAS/rg3d
74+
[rg3d-ui]: https://github.com/mrDIMAS/rg3d-ui
75+
[rg3d-sound]: https://github.com/mrDIMAS/rg3d-sound
76+
[rusty-shooter]: https://github.com/mrDIMAS/rusty-shooter
77+
[rusty-shooter-video]: https://www.youtube.com/watch?v=UDn8ymyXPcI
78+
5379
## Library & Tooling Updates
5480

5581
## Popular Workgroup Issues in Github
Loading
Loading

0 commit comments

Comments
 (0)