Skip to main content

Questions tagged [godot]

Godot is a 2D and 3D open source game engine developed by Godot Engine community. It features a built-in development environment which runs on Windows, OS X and Linux and can create games targeting PC, mobile and web platforms.

0 votes
0 answers
17 views

2D chunk loading/world generation in Godot (GDScript)

I'm a beginner with both Godot and gamedev concepts. I've made games before, but feature-wise, they were pretty simple in comparison. One of the main concerns that I have now with my code is that ...
inexperienced-potat's user avatar
2 votes
3 answers
71 views

Dice evaluation in a Yahtzee-type game

I just started using Godot, and I am attempting to build a Yahtzee-type game on my own. I created a function to evaluate the dice/roll and have it working correctly, I believe. I was hoping to get ...
Mike Millar's user avatar
2 votes
0 answers
36 views

Sudoku trial buttons

This button's code in gdscript 4 uses selector modes- only one possible at a time. It is attached to the 9 children small buttons of the main button. There is singleton code that is just an array with ...
user2617804's user avatar
3 votes
1 answer
128 views

Writing pure functions but have a chain

I'm trying to play around with Godot to learn C# and I was trying to creating pure functions to do the velocity, but I found I was repeating myself. ...
Archimedes Trajano's user avatar