TCP is an free open-source, object-oriented implementation of the traditional Chess, made for our final project for the "INF01120" course. This game brings the full experience of playing chess with your friends side-by-side to your computer.
TCP.Trailer.mp4
TCP intends to be an beginner-friendly easy-to-play chess game. To start playing, everything you need to do is clone this repository and build the game with the following commands based on your operating system:
git clone https://github.com/SW-Engineering-Courses-Karina-Kohl/tcp-final-20251-grupo02.git tcp
cd tcp
make rungit clone https://github.com/SW-Engineering-Courses-Karina-Kohl/tcp-final-20251-grupo02.git tcp
cd tcp
javac -cp lib/jaylib-5.5.0-2.jar -d bin (Get-ChildItem -Recurse -Filter *.java -Path src).FullName
java -cp lib/jaylib-5.5.0-2.jar`;bin app.MainThe game is also released on itch.io, you can find it by clicking here. Feel free to share yout thoughts and feedbacks about the game on the comments.
This game was made by:
- Enzo Lisboa [@enzolisp]
- Rayan Raddatz [@rddtz]
- Natan Tristão [@NatanTristao]
- Iuri Kali [@iurikali]
- Gabriel Henrique [@gabhen-fisbran]




