News

This is a compilation of code that I coded from using various sources online on coding a game using Java. This engine uses a simple tile system along with North West South East scrolling directions.
Java Auto Tile Implementation This is a java Bit Masking auto-tile implementation in pure java based on a tutorial by Sonny Bone. This library can be used in both a 2D and 3D context. Just import this ...
I occasionally need to convert the background color of a particular image to be transparent so that the image looks better on medium with backgrounds of colors other than the image's original ...