Skip to content

tvyoung/USF-CS112-Spring2021-project02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.txt

Vicki Young
due date: 2021.04.20
date completed: 2021.04.16
CS 112-01

NOTES
- on my windows terminal, cannot view special characters for the card suits; had to change them to char letters

- wasnt sure if the file was supposed to be named TicTacToeGame or TicTacToe according to canvas project instructions

TicTacToeGame.java checkWin() method is not original. method derived from here:
https://stackoverflow.com/questions/1056316/algorithm-for-determining-tic-tac-toe-game-over

- additional tester.java to show experimental work

- i probably could have made the menu interface for TicTacToeGame and Mashup more complex (ex. letting players rechoose X/O or which suit) but honestly im Tired

- ive had previous issues with canvas submissions where chunks of my code would be missing in the version submitted to canvas versus whats actually on my computer. if that happened this time, i have the exact same copies of all my code for this project saved on gitHub:
https://github.com/CS-USF-112/project-2-tvyoung


CHECKLIST
alphabetical
1) Card.java 
2) Dealer.java 
3) Deck.java 
4) Mashup.java 
5) MashupPlayer.java 
6) Player.java
7) README.txt
8) SquareBoard.java 
9) tester.java
10) TicTacToeGame.java 
11) TicTacToePlayer.java 
12) Token.java 
13) XOPiece.java 

partA
1) Card
2) Dealer
3) Deck
4) Token
partB
5) Player
6) SquareBoard
7) TicTacToeGame
8) TicTacToePlayer
9) XOPiece
partC
10) Mashup
11) MashupPlayer
additional
12) README
13) tester

About

Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages