@@ -91,26 +91,28 @@ Here are the most notable updates:
91
91
92
92
### [ Oort]
93
93
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_
95
97
96
- [ Oort] ([ GitHub] , [ Discord] ) by [ @rlane ] is a programming
98
+ [ Oort] ([ GitHub] [ oort-gh ] , [ Discord] [ oort-dis ] ) by [ @rlane ] is a programming
97
99
game where you write Rust code to control space ships in combat against other
98
100
players. Your code needs to manage the thrusters, guns, missiles, comms, and
99
101
radar of each ship in your fleet. There's a series of tutorials where you can
100
102
solve key problems one by one, such as leading moving targets or missile
101
103
guidance. The game runs in your browser via WebAssembly.
102
104
103
105
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.
106
108
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 ) _
108
110
109
111
[ 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
112
114
[ @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
114
116
115
117
## Engine Updates
116
118
0 commit comments