8000 N49: Oort: fix links · rlane/rust-gamedev.github.io@e70440f · GitHub
[go: up one dir, main page]

Skip to content

Commit e70440f

Browse files
committed
N49: Oort: fix links
1 parent fecd5f8 commit e70440f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/news/049/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,24 @@ If needed, a section can be split into subsections with a "------" delimiter.
7171

7272
![A fleet of ships in Oort](oort.png)
7373

74-
[Oort] ([GitHub], [Discord]) by [@rlane](https://github.com/rlane) is a programming
74+
[Oort] ([GitHub], [Discord]) by [@rlane] is a programming
7575
game where you write Rust code to control space ships in combat against other
7676
players. Your code needs to manage the thrusters, guns, missiles, comms, and
7777
radar of each ship in your fleet. There's a series of tutorials where you can
7878
solve key problems one by one, such as leading moving targets or missile
7979
guidance. The game runs in your browser via WebAssembly.
8080

8181
Oort has started running weekly tournaments and the AIs have gotten more and more
82-
sophisticated each time. Check out this recent [tournament
83-
writeup](https://github.com/rlane/oort3/wiki/Tournament-Writeup-2023%E2%80%9009%E2%80%9011)
84-
where the top players discuss their strategies.
82+
sophisticated each time. Check out this recent [tournament writeup] where the top
83+
players discuss their strategies.
8584

8685
Discussions: [r/rust](https://www.reddit.com/r/rust/comments/167qyn0/oort_a_space_fleet_programming_game/)
8786

8887
[Oort]: https://oort.rs
8988
[GitHub]: https://github.com/rlane/oort3
9089
[Discord]: https://discord.gg/vYyu9EhkKH
90+
[@rlane]: https://github.com/rlane
91+
[tournament writeup]: https://github.com/rlane/oort3/wiki/Tournament-Writeup-2023%E2%80%9009%E2%80%9011
9192

9293
## Engine Updates
9394

0 commit comments

Comments
 (0)
0