Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 335 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 335 Bytes

3D Chess simulator

This project is a simple C++ OpenGL chess gameplay simulator. Presented game is played based on gameplay file game.txt. Available moves:

Move:

M <from> <to>

Castling:

C <from_1> <to_1> <from_2> <to_2>

Promotion:

P <place> 2

Compiling and running project (Linux)

run.sh