AJSmyth/chess
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Queen's Chess **Authors**: Neel Sankaran, AJ Smyth, Jordan Queen, Oliver Amjadi, Ian Ku, Sandeep Baddam **Date**: 4/17/22 **General instructions**: Please look at install file to learn how to install. #### in the src directory, compile the source files/create our executable ``` cd src make ``` #### run the executable in the bin directory ``` cd bin ./chess ``` ### Developer's notes: How to Tar tar -zcvf Chess_V1.0.tar.gz ./doc/README ./doc/COPYRIGHT ./bin/Chess ./doc/Chess_UserManual.pdf ./doc/INSTALL ./Makefile ./bin/*.bmp tar -zcvf Chess_V1.0_src.tar.gz ./doc ./bin ./src ./Makefile *Copyrighted by Queen's Chess, Please take a look at copyright file*