Tic-Tac-Toe Minigame Test
Tic-Tac-Toe Test
This project was made in Godot as a part of me learning how to mess around with the engine. This is the third project I finish in this modality, the first one being a Pong clone, and the second one being a Break-Out clone. Hope you enjoy it.
Controls:
- All the actions in-game are controlled with the left click button of the Mouse
- In PvP mode, players take turns to make their moves, both players share the same input method with the mouse.
- In Vs CPU mode, the player can play the game agains a CPU opponent.
- The game is also playable on mobile devices trough a web browser, the game is played clicking on the device screen.
Credits:
Graphics used for this project made by Kenney
- UI Pack: UI Pack
Music and sound effects used for this project made by JD Sherbert
- Music: Minigame Music Pack
- SFX: Ultimate UI Sound Effect Pack
Source Code:
- GitHub project: https://github.com/matias-hettich-castillo/TicTacToso
Status | Released |
Platforms | HTML5 |
Author | Matias Hettich |
Genre | Puzzle |
Made with | Godot |
Tags | Godot, Local multiplayer, Multiplayer |
Average session | A few minutes |
Languages | English |
Inputs | Mouse |
Multiplayer | Local multiplayer |
Player count | 2 |
Development log
- Tic-Tac-Toe Minigame Test version 1.277 days ago
Comments
Log in with itch.io to leave a comment.
Added "Vs CPU" mode!
Now you can play against a CPU oponent in single player mode.