Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 938 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 938 Bytes

Java 2D Game Engine

This is a personal/passion project built in Java. This was done by following a YouTube tutorial by a YouTuber GamesWithGame, to which almost all the credit goes to.

After going through the book about Java the next reasonable thing to do was to implement the knowledge I have gained by following a tutorial done by GamesWithGame on YouTube. In the tutorial there are many different techniques that are used to creat a 2D game Engine. The major focus of creating this Engine will not be about those techinques but rather focus on programming in Java. I have tried upgrading some of the code he has written and implement what I have learned from the book. The book in question is "Java 7: The Complete Reference" by Herbert Schildt (2012).

The directory for main source files are in src/main/java
The directory for GLSL shader is in assets/shaders
The directory for images is in assets/images