From: randy Date: Sun, 3 Apr 2022 23:32:01 +0000 (-0400) Subject: Markdown is stupid. HTML linebreaks X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=assteroids Markdown is stupid. HTML linebreaks --- diff --git a/README.md b/README.md index 23ed1ea..021a931 100644 --- 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.
+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.
## 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.
+`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.
## Other Thanks to Raysan for Raylib, [found here](https://www.raylib.com/)