Core Concept

A Collection of pure Java games that I've made!

The first is Ludo, including my very first GUI. At the time it was quite the undertaking for me to code a GUI aswell as the whole game logic in Java, and frankly somewhat out of my league.

As a die-heart Java fan, this didn't stop me of course =)

Next up was Battleships!

This game built on the engine and GUI that I've built for the LUDO, with addition of remote play on a server instead of the classic latop co-op.

I could mention further games here such as a beautiful (gorgeous really) remake of Flappy Bird or Space Invader, but they largely fall into the same category of rather simple games

All of them helped me further deepen my understanding of Java aswell as get a better grasp of fundamental design ideas such as front and backend separation! :)