Projects


I mainly write minecraft plugins with Java and upload some of them on Spigot. But apart from that I am also interested in Python and C++ and sometimes write some stuff to get better in those languages.

I have made all of my released projects open source on GitHub. If you are experiencing any problems with one of my Bukkit plugins the corresponding plugins page on Spigot or the repository on GitHub are the places to ask me for help. Although the fastest way to contact me is via my support server on Discord.



Minecraft related projects

Projects listed here are plugins written for minecraft with the Spigot/Bukkit API. Some of them are public and uploaded on Spigot.

2048

[Addon for GameBox] ( Spigot | Source )

Slide tiles with values and add them up.


Battleship

[Addon for GameBox] ( Spigot | Source )

Two player GameBox game. Sink your opponent's ships before he sinks yours.


Calendar Events

( Spigot | Source )

Configure dates and times at which a custom event is called.


Connect Four

[Addon for GameBox] ( Spigot | Source )

Two player inventory game. Create rows of four while keeping your opponent from doing the same.


GameBox

( Spigot | Source )

Provides a GUI for many inventory games.


GemCrush

[Addon for GameBox] ( Spigot | Source )

Inventory game inspired by Candy Crush.


Logic Puzzles

[Addon for GameBox] ( Spigot | Source )

Logic puzzles for GameBox.


MatchIt

[Addon for GameBox] ( Source )

Puzzle game for GameBox.


Minesweeper

[Addon for GameBox] ( Spigot | Source )

Find mines via tips and pure logic.


MP - GameBundle

[Addon for GameBox] ( Source )

A bundle containing multiplayer games.


Whac A Mole

[Addon for GameBox] ( Spigot | Source )

Moles keep coming back to your garden. Whac them!





Python projects

My beginnings with this language where at uni where we got a very short introduction about data analyses in Python. Later I wrote some small parts of my Bachelor thesis with it. For fun I rewrote some small games using Python.
During my Erasmus semester I took part in a lecture for Data science. Using Pandas, NumPy, Matplotlib and SciPy we analysed data sets with Python.

Boxes and Dots

( Source )

Two player game. Draw lines and try closing boxes.


Minesweeper

( Source )

Find mines via tips and logic.