]> git.mcshandy.xyz Git - assteroids/commitdiff
Markdown is stupid. HTML linebreaks master
authorrandy <randy@mcshandy.xyz>
Sun, 3 Apr 2022 23:32:01 +0000 (19:32 -0400)
committerRandy McShandy <randy@mcshandy.xyz>
Tue, 15 Apr 2025 02:52:24 +0000 (21:52 -0500)
README.md

index 23ed1ea9e50a5a31fad93c572eb874f4bbc1c3c1..021a931eebac06a4bc11ed36503072353ae0eff9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,17 +2,17 @@
 Little asteroids-like I made using Raylib. Yes, the code is gross. I'm going to rewrite this in SDL once I make the time for it.
 
 ## Building
-Install Raylib, maybe make sure it's on your path. Static linking got annoying so do it yourself.
-Just `make`, and target `win_game` if you're under Wangblows. You'll need mingw, which is distributed with Raylib (God knows why).
-I'll dig around for an older static windows build to share, I don't have a Windows machine now so I can't really actively test.
+Install Raylib, maybe make sure it's on your path. Static linking got annoying so do it yourself.<br>
+Just `make`, and target `win_game` if you're under Wangblows. You'll need mingw, which is distributed with Raylib (God knows why).<br>
+I'll dig around for an older static windows build to share, I don't have a Windows machine now so I can't really actively test.<br>
 
 ## Playing
-`JIL` controls your ship. Your arrow keys should work too. Technically you only need `UP`/`I` to start the round.
-`S` to shoot your main gun. Occasionally, the shotgun powerup will float by. Grab it to replace your main gun with shotgun blasts for the next few shots.
-`A` when your nose turns red after some amount of kills. Launch a devastating blackhole that expands as more asteroids fall into it.
-Rarely, a destroyed asteroid will drop a shield powerup that makes you invincible for the next several seconds.
-`H` for a help menu explaining things.
-`ESC` should quit.
+`JIL` controls your ship. Your arrow keys should work too. Technically you only need `UP`/`I` to start the round.<br>
+`S` to shoot your main gun. Occasionally, the shotgun powerup will float by. Grab it to replace your main gun with shotgun blasts for the next few shots.<br>
+`A` when your nose turns red after some amount of kills. Launch a devastating blackhole that expands as more asteroids fall into it.<br>
+Rarely, a destroyed asteroid will drop a shield powerup that makes you invincible for the next several seconds.<br>
+`H` for a help menu explaining things.<br>
+`ESC` should quit.<br>
 
 ## Other
 Thanks to Raysan for Raylib, [found here](https://www.raylib.com/)