Skip to content

Commit 65f6645

Browse files
authored
Newsletter 10: Add sokoban (#143)
1 parent e6daae1 commit 65f6645

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/posts/newsletter-010/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,24 @@ If needed, a section can be split into subsections with a "------" delimiter.
5656

5757
## Learning Material Updates
5858

59+
### Rust Sokoban Tutorial
60+
61+
![sokoban update](sokoban_2.jpeg)
62+
63+
The Rust Sokoban tutorial is an online book aimed at Rust gamedev beginners
64+
which walks through making a simple Sokoban game using ECS, ggez and specs.
65+
It tries to teach the basics of architecting in ECS and basic Rust concepts
66+
through a hands-on approach.
67+
68+
This month:
69+
70+
- the project received 10+ contributions from beta testers
71+
- work was started on chapter 3 which features advanced gameplay
72+
73+
You can follow along for updates and release progress [here][updates].
74+
75+
[updates]: https://twitter.com/oliviff/status/1264301381042782209
76+
5977
## Library & Tooling Updates
6078

6179
### [Goods]
117 KB
Loading

0 commit comments

Comments
 (0)