/Chess-Simulator-2014

A full chess program created for EECS 22L at UCI.

Primary LanguageC

Chess Simulator 2014

A full chess program created for EECS 22L at UCI.

Additional Info

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

The project was initially compiled and ran on CentOS 6.9 (Final) using gcc 4.4.7 2013313.

Compilation

To compile the project, run make all.

Built With

  • SDL - The graphics framwork used

Personal Note

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.