An open API service indexing awesome lists of open source software.

https://github.com/jjfiv/tictactoe

Smith College / CSC212 / Tic-Tac-Toe built during in-class demo
https://github.com/jjfiv/tictactoe

enum java smith-csc212 turn-based

Last synced: about 1 month ago
JSON representation

Smith College / CSC212 / Tic-Tac-Toe built during in-class demo

Awesome Lists containing this project

README

        

# Tic-Tac-Toe demonstration

![Image of the Tic-Tac-Toe Game](tic-tac-toe-screenshot.png)

This is a simple, 2D Tic-Tac-Toe game with states for both cells and the overall gameplay represented as enums, which is a new Java feature for us that is useful for turn based games and managing game states.