#what do I code to make the game choose a random number and print it?
2 messages · Page 1 of 1 (latest)
https://docs.godotengine.org/en/stable/tutorials/math/random_number_generation.html
tldr: print(randi())
Godot Engine documentation
Many games rely on randomness to implement core game mechanics. This page guides you through common types of randomness and how to implement them in Godot. After giving you a brief overview of usef...