Browse Source

Update README.md

Rudy Boudewijn van Etten 5 years ago
parent
commit
cabe8a0e15
1 changed files with 4 additions and 8 deletions
  1. 4 8
      README.md

+ 4 - 8
README.md

@@ -9,17 +9,13 @@ I might end up storing and creating a few hundred game related code examples in
 
 Points of interest for me and this repo are :
 
-+learning C with Raylib
-+Learning more about how Rts/Fps/Rpg/Tbs/Shooter/Action/Puzzle games work.
-+Tools for eq. Sprite editing(For direct pasting into code)
-+Main focus - Minecraft and Civilization 1/2 style games.
+*learning C with Raylib<br>
+*Learning more about how Rts/Fps/Rpg/Tbs/Shooter/Action/Puzzle games work.<br>
+*Tools for eq. Sprite editing(For direct pasting into code)<br>
+*Main focus - Minecraft and Civilization 1/2 style games.<br>
 
 Dotate to author (book and motivation funds) https://www.paypal.me/RudyvanEtten/5
 
-.
-.
-.
-
 How to use these examples :
 
 Each example in here is a standalone .c file. I myself just copy and paste the one I need into notepad++ and save it as a new .c file and it just works. You should also be able to save this repo as a zip and unzip it and be able to load each example and run it.