Skip to content

Comments

Add servlets and UI for a Tic-Tac-Toe game#18

Open
Kirill1308 wants to merge 1 commit intovasylmalik:masterfrom
Kirill1308:master
Open

Add servlets and UI for a Tic-Tac-Toe game#18
Kirill1308 wants to merge 1 commit intovasylmalik:masterfrom
Kirill1308:master

Conversation

@Kirill1308
Copy link

This commit introduces servlets (InitServlet, LogicServlet and RestartServlet) for initializing, processing the game logic and restarting a game of Tic-Tac-Toe respectively. It also implements a basic UI in index.jsp with an updated CSS style in main.css. This forms the core functionality of the Tic-Tac-Toe game.

This commit introduces servlets (`InitServlet`, `LogicServlet` and `RestartServlet`) for initializing, processing the game logic and restarting a game of Tic-Tac-Toe respectively. It also implements a basic UI in `index.jsp` with an updated CSS style in `main.css`. This forms the core functionality of the Tic-Tac-Toe game.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant