Skip to content

jeromevonk/chess_console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess_console

This is a simple chess game, written in C++, that runs in the console.

For more information, please read the article.

Building Guide

You may want to clone this repo.

  • Linux / macOS
$ cd chess_console/source
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./chess
  • Windows
    • ensure you have Visual Studio installed on your system
    • open chess_console/source/Chess_console.sln
    • you may hit ctrl+shift+b or click the build button from the menu bar to compile the solution
    • press the F5 key to run the game

Changelog

  • May, 2018 - original version
  • June, 2024 - fixes for issues 2 and 4, created unit tests and general improvements

About

Didactic chess console game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages