10000 N49: Oort: fmt fix, extended alt-text · rlane/rust-gamedev.github.io@7563414 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7563414

Browse files
committed
N49: Oort: fmt fix, extended alt-text
1 parent 7ba9cfe commit 7563414

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

content/news/049/index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,28 @@ Here are the most notable updates:
9191

9292
### [Oort]
9393

94-
![A fleet of ships in Oort](oort.png)
94+
![Asteroids-like vector graphics with ships and missiles
95+
made out of simple geometric forms](oort.png)
96+
_A fleet of ships_
9597

96-
[Oort] ([GitHub], [Discord]) by [@rlane] is a programming
98+
[Oort] ([GitHub][oort-gh], [Discord][oort-dis]) by [@rlane] is a programming
9799
game where you write Rust code to control space ships in combat against other
98100
players. Your code needs to manage the thrusters, guns, missiles, comms, and
99101
radar of each ship in your fleet. There's a series of tutorials where you can
100102
solve key problems one by one, such as leading moving targets or missile
101103
guidance. The game runs in your browser via WebAssembly.
102104

103105
Oort has started running weekly tournaments and the AIs have gotten more and more
104-
sophisticated each time. Check out this recent [tournament writeup] where the top
105-
players discuss their strategies.
106+
sophisticated each time. Check out this recent [tournament writeup][oort-tournament]
107+
where the top players discuss their strategies.
106108

107-
Discussions: [r/rust](https://www.reddit.com/r/rust/comments/167qyn0/oort_a_space_fleet_programming_game/)
109+
_Discussions: [r/rust](https://reddit.com/r/rust/comments/167qyn0/oort)_
108110

109111
[Oort]: https://oort.rs
110-
[GitHub]: https://github.com/rlane/oort3
111-
[Discord]: https://discord.gg/vYyu9EhkKH
112+
[oort-gh]: https://github.com/rlane/oort3
113+
[oort-dis]: https://discord.gg/vYyu9EhkKH
112114
[@rlane]: https://github.com/rlane
113-
[tournament writeup]: https://github.com/rlane/oort3/wiki/Tournament-Writeup-2023%E2%80%9009%E2%80%9011
115+
[oort-tournament]: https://github.com/rlane/oort3/wiki/Tournament-Writeup-2023%E2%80%9009%E2%80%9011
114116

115117
## Engine Updates
116118

0 commit comments

Comments
 (0)
0