Procedural Boards In Godot
A quick video showcasing how to make a chessboard in Godot. I go over
- How to draw squares
- How to color squares sequentially (make black and white squares)
- Change board size
- How to reposition the board
- How to place things on the board
Ya, that's about it.
I haven't made a tutorial in a long time, I was a bit rusty at it (;-;) please forgive me. I'll probably start making more and better tutorials very soon.
For the Godot Icon used in the thumbnail: Original Author of the Godot Icon (Andrea CalabrĂ³), changes were made to this icon.
https://commons.wikimedia.org/wiki/File:Godot_icon.svg
0:00 - Intro
1:14 - Variable Explanations
1:38 - Ready Function and Board Size
2:24 - Finding Size of Squares Procedural
4:31 - Drawing Squares
7:30 - Coloring the squares
9:15 - Fixing Zebra Stripes Pattern
13:00 - Going on a rant, skip this part
13:40 - Repositioning the Board
14:38 - Placing Things on the Board
17:20 - Outro
17:50 - Bloopers
18:01 - Extra Tips