Skip to content

Texas State University Artificial Intelligence final project: a Connect 4 simulation using the minimax-AB pruning algorithm.

Notifications You must be signed in to change notification settings

joedm96/AI-Project-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(todo: change names of files at submission time to add netID)

[DESCRIPTION]
This project is intended to run properly on the txst linux servers (zeus.cs.txstate.edu/eros.cs.txstate.edu).
It is split into multiple files, with Project2-(netID).cpp being the main program file. See Project2-(netID).docx for
a full report on the design, code analysis, etc.

[AUTHORS]
Brandon Burtchell
Joe McAdams
Jeff Wilson

[COMPILE AND RUN]
Use the following command to compile the program:
g++ -std=c++11 Project2.h Project2.cpp -o p2.out

Then, use the following command to run it:
./p2.out

About

Texas State University Artificial Intelligence final project: a Connect 4 simulation using the minimax-AB pruning algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages