Showing 4 Result(s)

‘Blocked’

Blocked is a 2D top-down zombie-shooter in which you fight against multiple waves of zombies. I created the entire engine and all assets of this game myself first using Java and later C#. Description Blocked originates from one of my Java projects, which I continued working on as my first MultiMediaProject at the University of …

2D Rope Physics

A 2D physics simulation of ropes. Description A physically accurate simulation of “user-drawn” ropes under the influence of gravity. Implemented with Java and Swing framework completely from scratch. Instructions Ropes can be pulled at their start and end points by dragging them with a left mouse click. By dragging the right mouse button you can …

Pathfinding using the A*-Algorithm

This java app visualizes the A*-Algorithm. I used it to explain the algorithm in one of my videos and in a talk I held at university. You can download it from my A* explainer repository. Description This program visually illustrates the step by step processes of the A*-Algorithm. The goal of this algorithm is to …

Plotting Math Functions

This java app is able to draw graphs and calculate the derivative of user-defined mathematical functions. It is one of my earliest coding projects. I wrote it during my last year in grammar school. Description The function entered by the user is analyzed by a selfmade algorithm in order for the program to be able …