craftednature is a gaming-community around a minecraft-server. Since the beginning in 2013 I was responsible for setting up and maintaining the game-server and the design and creation of the communitiy-website. The server was highly modified to manage all users, game-features and create integrations between website and server. Currently the project is on hold due to long waiting times for updates to the underlying framework
A small tool for guitarists, showing all the pentatonic scales (minor) for every pitch. Usefull to learn the scale on every fret of the guitar
This is a recreation of a game called "Cuberunner" that I developed during an internship at the data center of Heilbronn University. This was my first experience with 3D applications and lwjgl (OpenGL). Starting with only displaying a rotating cube, I expanded the task to end up with this little game.
This is one of my first Java-Projects from about 11 years ago. It is a recreation of the well known game "Connect Four". You are playing agains an AI that is calculating it's next moves using a search- and evaluating- algorithm. This project teached me a lot about multidimensaional-arrays and the use of recursive functions.