File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,29 @@ lesson that often has to be relearned the hard way.
294
294
[ tiled ] : https://crates.io/crates/tiled
295
295
[ shipyard ] : https://crates.io/crates/shipyard
296
296
297
+ ### Shattersong Online
298
+
299
+ ![ Screenshot of Shattersong Online showing a a portal leading between two
300
+ shards] ( shattersong.png )
301
+
302
+ Shattersong Online is an online sandbox game written in Rust, with the goal of
303
+ supporting thousands of players in a shared universe, with hundreds of players
304
+ per shard. In game portals let players travel between shards hosted on separate
305
+ physical servers.
306
+
307
+ Since the initial announcement in July we have worked on restructuring large
308
+ parts of the codebase to make adding new content more ergonomic. We tested
309
+ out the new organization by adding a new monster type from scratch (pictured
310
+ above).
311
+
312
+ Read the [ dev blog] [ triplehex-blog ] for more info, follow
313
+ [ @triplehex ] [ triplehex-twitter ] on twitter for updates, and join the
314
+ [ shattersong discord] [ shattersong-discord ] for questions!
315
+
316
+ [ triplehex-blog ] : https://triplehex.dev/shattersong-online/
317
+ [ triplehex-twitter ] : https://twitter.com/triplehexdev
318
+ [ shattersong-discord ] : https://discord.gg/K5RHxVEK6F
319
+
297
320
## Engine Updates
298
321
299
322
## Learning Material Updates
You can’t perform that action at this time.
0 commit comments