Turkish checkers game in C++ managed by random file access
- Random file access for game updating
- Sequential file access for logging commands
- ๐ Regular Expressions for command validation
- ๐ฎโโ๏ธ C++ function prototypes
- ๐ CppDoc for better code representation
main.cpp
: source codegame.dat
: last status of the gamelog.dat
: command log (only valid commands are saved)main.exe
: executable file of the game
This project is requested for File Organization class in 2019/2020