Skip to content

asmaamirkhan/TurkishCheckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ† Turkish Checkers

Turkish checkers game in C++ managed by random file access

๐Ÿง Used Concepts

  • Random file access for game updating
  • Sequential file access for logging commands

๐Ÿ—๏ธ Used Structures

  • ๐Ÿ” Regular Expressions for command validation
  • ๐Ÿ‘ฎโ€โ™€๏ธ C++ function prototypes
  • ๐Ÿ“œ CppDoc for better code representation

๐Ÿ“ƒ Included Files

  • main.cpp: source code
  • game.dat: last status of the game
  • log.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

๐Ÿ‘œ Contact & Support

Find me on LinkedIn and feel free to mail me, Asmaa ๐Ÿฆ‹

Releases

No releases published

Packages

No packages published

Languages