Godoku v0.2.2
Update
This week's update adds a new player name feature for high scores! This way, even if multiple people play on the same device, you'll be able to tell your scores apart and compete with your friends and family.
The previous update stored scores incorrectly, making them sort by date instead of best times. When you get a new high score on v0.2.2, they'll sort themselves correctly again.
Godot Thoughts
Godot contains several Nodes that make it very easy to ask the player for yes/no confirmation and even allow adding custom buttons to the dialog for other player responses. But as far as I can tell, there's no equivalent for text entry. So the idea of "just add a player name to your data" became a multi-step milestone of researching Control Nodes, Windows, and signals, some of which changed for Godot 4.x.
Our previous method was to use a Control Node with the inputs on them, but as the number of popups increased, the complexity of managing a stack of them went way beyond our initial scope. By switching to Window nodes, we're trying to take advantage of the built-in Window management systems. Over the next few versions, we'll see if that will cover our requirements or if we'll need to build a bespoke popup manager.
Files
Get Serene Sudoku
Serene Sudoku
Serene Sudoku with meditative puzzles. The mind must be an open door to empty space.
Status | In development |
Author | templewulf |
Genre | Puzzle |
Tags | Godot, sudoku |
More posts
- Serene Sudoku v0.4.1Jul 08, 2024
- Serene Sudoku v0.4.0Jul 04, 2024
- Godoku v0.3.7May 30, 2024
- Godoku v0.3.6May 16, 2024
- Godoku v0.3.4Apr 24, 2024
- Godoku v0.3.2Apr 22, 2024
- Godoku v0.2.6Mar 28, 2024
- Godoku v0.2.4Mar 26, 2024
- Godoku v0.2.1Jan 19, 2024
Leave a comment
Log in with itch.io to leave a comment.