You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _drafts/newsletter-004.md
+30
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,32 @@ If needed, a section can be split into subsections with a "------" delimiter.
44
44
45
45
## Game Updates
46
46
47
+
### [Le Train Dispatcher][ltd] - Route trains in a simulated rail network
48
+
49
+

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.
0 commit comments