Beginner Godot Tutorial - How To Make Tic Tac Toe

Опубликовано: 02 Октябрь 2024
на канале: Coding With Russ
13,543
445

Learn the basics of Godot by making tic tac toe in this beginner tutorial.

The code for the game is built from scratch and will cover setting up the different scenes and their nodes as well as linking everything together using signals.

Code and assets for this video https://github.com/russs123/tictactoe...

Timestamps:
0:00 Intro
1:00 Setup Game Board & Markers
6:00 Getting Mouse Clicks
14:50 Grid Data Array
21:30 Placing Markers
28:40 Info Panel
38:45 Checking for Winner
45:20 Game Over Menu