A full chess program created for EECS 22L at UCI.
This repository contains the chess program created by a team of seven as a project for the EECS 22L class at UCI. Project was version controlled using CVS and has been moved here for easier access and backup.
The project is fully functioning other than the "Hard" AI.
These instructions will get you a copy of the project up and running on your local machine for development.
The project was initially compiled and ran on CentOS 6.9 (Final)
using gcc 4.4.7 2013313
.
To compile the project, run make all
.
- SDL - The graphics framwork used
I (repository owner) was primarily responsible for the graphics and implementation of SDL for the project. The remaining implementation was done by the other 6 team members.