Skip to content

A console (command line) chess game written in C.

Notifications You must be signed in to change notification settings

ErkrodC/CLI-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Chess Game


Installation

  • For Windows:

    • Download ZIP file and extract.

    • Next you will need to install Cygwin: https://cygwin.com/install.html

    • When installing Cygwin, be sure you install the following packages:

      • gcc-core
      • libgcc1
      • make
    • After installing Cygwin and the necessary packages,

      • open a Cygwin terminal and navigate to inside the 'Chess-Master' folder.
      • From there run "make Chess", then run "./Chess"
  • For Linux:

    • Download files
    • Run "make Chess", then run "./Chess"

How to play

  • You can make a selection from the menus by typing the number that's associated with the option you want.
  • Inputting moves follow a strict format, <fileFrom><rankFrom> <fileTo><rankTo>
    • An example of moving the e2 pawn as white up two ranks would be "e2 e4" without quotes.

Contributors:

Arthur Baylian
Eric Rodriguez
Jared Axelrod
Jeff Chan
Jose Sahagun
Meghan Matibag
Saul Moreno

About

A console (command line) chess game written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published