Skip to content

VladDoc/Console-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Chess

Console Chess game written in a few days.
Screenshot

Can be compiled with any C++14 and up compliant compiler

Cloning project

  • Write the code below into your terminal or console:
       git clone https://github.com/VladDoc/Console-Chess 
  • Compile
       cd build
       cmake ..
       make -j
  • Run
    ./chess

Editing project

  • Create new branch with git checkout -b new_feature, edit files and push them into repo
  • Edits in master will be removed

Useful aliases

alias.new=!git checkout master && git pull --ff-only origin master && git checkout -b

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages