Tic Tac Toe Blog
Categories: Web Development Hacks Breadcrumb: /tictactoeA writeup of our changes to Tic Tac Toe
Subteam 2 worked on the tic tac toe game. This Samarth Hande, Pranay Kamath and Krish Kelegari π. You can find the game at https://compsciteam.github.io/student/games/tictactoe/howtorun.
Demo:
What changes did we make make to tic tac toe?
- Change Color of the Gameboard
- Color looks better than black and white
- Added color: RED
- Added color: BLUE
- Add player names
- This creates a personal touch the game π
- Adding exit button
- This is for user convenience
- Itβs annoying for a player to have to finish a game if they need to leave for some reason
- Add color to the tic-tac-toe position reference board (#17)
- This ensures the styling of the reference and gameboards are the same
- Add color to names in the initial information display (#17)
- Added color: GREEN
- The addition of color puts importance on the names and makes the program look better
- Adding Unicode special characters
- This makes the tic-tac-toe look a LOT better
- This improves user satisfaction, and makes the program look more well-developed