@@ -71,23 +71,24 @@ If needed, a section can be split into subsections with a "------" delimiter.
71
71
72
72
![ A fleet of ships in Oort] ( oort.png )
73
73
74
- [ Oort] ([ GitHub] , [ Discord] ) by [ @rlane ] ( https://github.com/rlane ) is a programming
74
+ [ Oort] ([ GitHub] , [ Discord] ) by [ @rlane ] is a programming
75
75
game where you write Rust code to control space ships in combat against other
76
76
players. Your code needs to manage the thrusters, guns, missiles, comms, and
77
77
radar of each ship in your fleet. There's a series of tutorials where you can
78
78
solve key problems one by one, such as leading moving targets or missile
79
79
guidance. The game runs in your browser via WebAssembly.
80
80
81
81
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.
85
84
86
85
Discussions: [ r/rust] ( https://www.reddit.com/r/rust/comments/167qyn0/oort_a_space_fleet_programming_game/ )
87
86
88
87
[ Oort ] : https://oort.rs
89
88
[ GitHub ] : https://github.com/rlane/oort3
90
89
[ 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
91
92
92
93
## Engine Updates
93
94
0 commit comments