Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 891 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 891 Bytes

PJWSTK

Hey, Michał here. You can find here some of my projects from university.

Semester 1

Java from basics to more advanced projects with files/regex.


Semester 2

Java 8 (with lambdas) through Swing to JavaFX.

Project 1 (Swing) - Simple chat using MVC design.

Project 2 (JavaFX) - Puzzle Game (N Slider).

  1. MVC design with a little bit of CSS style plus front-end in Inkscape.
  2. I implemented A* algorithm to solve puzzle. It's a addition to program to test pathfinding algorithm with the Manhattan distance heuristic.

Semester 3

Project TORrent like program.

  1. Sharing files using sockets + JavaFX.