Tile-based Video Game Engine in Java

Hi all,

Just figured I'd share one of my on and off projects with you. A friend and myself wanted to create our own turn based strategy game in java and recently I finished testing the code for the board and tile classes. Theoretically this means the engine is complete (sans whatever a new developer may want to add for their own game).

So if anyone is interested in it for a personal project, you can catch it here on my github page: https://github.com/SweetsRepo/Monochrome

If anyone is interested in the development of the game/engine itself, here's my notes in Google Docs: https://drive.google.com/open?id=1yGhCFQPFt4a1RaJubhcpYepEuWoF5ImUkQrz64ZmAvo

Thanks!

4 Likes