From 69c38dda6572b355e56dab881719fe9ec2320796 Mon Sep 17 00:00:00 2001 From: Matthew 'siD' Van der Bijl Date: Mon, 5 Nov 2018 19:21:57 +0200 Subject: [PATCH] Update README.md Fixed formatting issues on headers --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa0b4bc..d4a8b55 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ thebennybox 3D Game Engine Tutorial found here: https://www.youtube.com/playlist?list=PLEETnX-uPtBXP_B2yupUKlflXBznWIlL5 -##Build Dependencies## +## Build Dependencies - [JAVA](https://www.java.com/en/download/) - BUILD TOOLCHAIN (Can be any one of the following, doesn't need to be all of them) - [Eclipse](http://eclipse.org/) - [NetBeans](https://netbeans.org/) - [IntelliJ IDEA](http://www.jetbrains.com/idea/) -##Simple Build Instructions## -###Using IDE### +## Simple Build Instructions +### Using IDE - Open your preferred Java IDE, and create a new project. - Import everything under the src folder as source files. - Copy the res folder into your Java IDE's folder for your project. - Build and run -##Additional Credits## +## Additional Credits - Etay Meiri, for http://ogldev.atspace.co.uk/ which inspired the base code for this repository. - Everyone who's created or contributed to issues and pull requests, which make the project better!