Skip to content

Commit 014d1f7

Browse files
N27: Tetra and Lonely Star (#819)
1 parent b472c74 commit 014d1f7

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

content/news/027/index.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,41 @@ If needed, a section can be split into subsections with a "------" delimiter.
6868

6969
## Game Updates
7070

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+
7187
## Engine Updates
7288

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+
73106
## Learning Material Updates
74107

75108
## Tooling Updates

content/news/027/lonely-star.png

11.9 KB
Loading

0 commit comments

Comments
 (0)