@@ -68,8 +68,41 @@ If needed, a section can be split into subsections with a "------" delimiter.
68
68
69
69
## Game Updates
70
70
71
+ ### [ Lonely Star]
72
+
73
+ ![ Lonely Star screenshot] ( lonely-star.png )
74
+
75
+ [ Lonely Star] is a 2D 'endless runner' game by [ @17cupsofcoffee ] , featuring
76
+ simple generative music. It was built with [ Tetra] back in February 2020,
77
+ for Weekly Game Jam 135.
78
+
79
+ This month, it was made [ open-source] [ lonely-star-source ] , and received a
80
+ small update to improve the UI and fix a few bugs.
81
+
82
+ [ Lonely Star ] : https://17cupsofcoffee.itch.io/lonely-star
83
+ [ Tetra ] : https://github.com/17cupsofcoffee/tetra
84
+ [ @17cupsofcoffee ] : https://twitter.com/17cupsofcoffee
85
+ [ lonely-star-source ] : https://github.com/17cupsofcoffee/lonely-star
86
+
71
87
## Engine Updates
72
88
89
+ ### [ Tetra] 0.6.6
90
+
91
+ [ Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. After
92
+ a few quiet months, version 0.6.6 has been released, featuring:
93
+
94
+ - A big overhaul of the keyboard API, with better support for international
95
+ layouts
96
+ - Lots of new functions for manipulating the game window
97
+ - A long-requested [ ECS example] [ tetra-ecs ]
98
+ - Bugfixes and docs improvements
99
+
100
+ For more details, see the [ changelog] [ tetra-changelog ] .
101
+
102
+ [ Tetra ] : https://github.com/17cupsofcoffee/tetra
103
+ [ tetra-changelog ] : https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
104
+ [ tetra-ecs ] : https://github.com/17cupsofcoffee/tetra/blob/main/examples/ecs.rs
105
+
73
106
## Learning Material Updates
74
107
75
108
## Tooling Updates
0 commit comments