Hey, Michał here. You can find here some of my projects from university.
Java from basics to more advanced projects with files/regex.
Java 8 (with lambdas) through Swing to JavaFX.
Project 1 (Swing) - Simple chat using MVC design.
Project 2 (JavaFX) - Puzzle Game (N Slider).
- MVC design with a little bit of CSS style plus front-end in Inkscape.
- I implemented A* algorithm to solve puzzle. It's a addition to program to test pathfinding algorithm with the Manhattan distance heuristic.
Project TORrent like program.
- Sharing files using sockets + JavaFX.