
C++ PROJECTS

Listed below are a few of the many C++ projects i have completed. Click the Visit page button to view the project page.
Tic-Tac-Toe
this is my first attemt at a 2 person game in C++. In this project I was able to effectively create all win, loss, and tie conditions. To select a space you simply input the number of the square you wish to occupy.
Simple Word Guess
This was my first attempt at reading from a text file. In this game a word is provided and the clue is brought up from a seperate file. The program then displays the clue and you must guess the word. Upon guessing correctly the game ends.
Simple Pac-Man
This is my most recent C++ project. In this project I was able to implement an artificial itelligence utilizing a Finite State Machine. The finite state machine determines what actions the enemy takes towards the player. The player also has 3 states which aid in determining the state of the enemy.




