BlockBasher - My first game in Java 2D.

I have gone from Showcase to WIP with this as I’ve completely taken it apart as I couldn’t fix bugs as it was. The links below aren’t available at the moment but should be back and better shortly.


My first game in Java 2D. No external dependencies or libraries. Made following trial and error, some reading up on here, and other places. If anyone’s kind enough to look at the source to see if I’ve gone badly wrong it’s here:

https://github.com/danieldean/BlockBasher

The commenting is a little verbose but that’s to help me for now. My hit detection is also a little dodgy and I may have a go at fixing that in the future. You can download a complied and ready to go JAR here:

https://github.com/danieldean/BlockBasher/releases

I’m also learning to use Git and Semantic Versioning. This as a warm up and refresh for distance learning as I’ll be doing Java after summer. I’m not that new to Java but I am new to painting and games in Java.

Thanks!