Skip to content

Commit d0b8fc2

Browse files
Athorusozkriff
authored andcommitted
Le Train Dispatcher (rust-gamedev#41)
* Le Train Dispatcher * Update _drafts/newsletter-004.md Co-Authored-By: Andrey Lesnikov <[email protected]> * Update newsletter-004.md * Update newsletter-004.md * Update newsletter-004.md * Update newsletter-004.md
1 parent 27d0cfb commit d0b8fc2

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

_drafts/newsletter-004.md

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

4545
## Game Updates
4646

47+
### [Le Train Dispatcher][ltd] - Route trains in a simulated rail network
48+
49+
![Demo of Le Train Dispatcher](/assets/newsletter-004/ltd.gif)
50+
51+
Le Train Dispatcher allows you to route trains in a fully simulated rail network. Particular care has been taken on the realistic management of light signals (block systems, switch protection), train physics and curve tracing.
52+
53+
The game is programmed in Rust and the main crates used are : ggez, imgui and serde.
54+
55+
This first version is fully playable, but if you want to comment, bring your ideas or contribute to the development of the game, in any way, do not hesitate to post a [message][ltd-community].
56+
57+
#### Unique characteristics
58+
59+
- Realistic light signals simulation
60+
- Huge engineering work has been done to have a realistic management of railway signaling.
61+
- No collision
62+
- Yes it's fun to watch many trains running automatically without getting in. All your actions are checked : you cannot put the trains in danger.
63+
- True physics
64+
- Each locomotive or wagon has its own weight, its driving or braking force, its coefficient of adhesion.
65+
- The curves are not simple circles, they are calculated with the same equations as those used in real road or rail networks.
66+
67+
#### Links: [itch.io][ltd], [Patreon][ltd-patreon]
68+
69+
[ltd]: http://athorus.itch.io/ltd
70+
[ltd-community]: https://athorus.itch.io/ltd/community
71+
[ltd-patreon]: https://www.patreon.com/athorus
72+
4773
## Library & Tooling updates
4874

4975
### Other Library & Tooling News
@@ -67,6 +93,10 @@ or [join the next meeting][join].
6793

6894
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
6995

96+
- [Add assets (graphics, levels, sounds) to Le Train Dispatcher][ltd-contributing]
97+
98+
[ltd-contributing]: https://itch.io/t/616119/contributing
99+
70100
## Bonus
71101

72102
<!-- Bonus section to make the newsletter more interesting

assets/newsletter-004/ltd.gif

2.96 MB
Loading

0 commit comments

Comments
 (0)