Solitaire Godot error “Unable to initialize Video driver” – Ubuntu/Linux install
Solitaire Godot error “Unable to initialize Video driver”
Specializing in Educational Software
🐉 Dev Log — Ice Hockey: Draft Pick: Solitare – Singleton Passing Mouse Inputs This dev log we’be been working on setting up single tons, so we can have gui menus that roll in and out. The game deals a normal randomized deck. There’s a bug right now where it’s only showing the same card…
Read More “🐉 Dev Log — Ice Hockey: Draft Pick: Solitaire – Singleton Passing Mouse Inputs” »
Spent the last couple days working on the card movement system. Still struggling with triggering movement based on mouse inputs in Godot. pretty sure I’m just missing something simple. Added a basic menu system. Play game, exit, options menu, scores. etc.. nothing fancy. It’s modular enough I should be able to use it in the…
Game now generates a deck, randomizes the deck, deals the deck to the piles. using a multidimensional array system, and the node tree hierarchy inherent to Godot. Working on programmatically recognizing piles, for pick up and drop. Hits: 6
Draft Pick Draft Pick by Kids Hide Away Summary Ice Hockey Themed Solitare Game that as players win games they can pick “draft” their players from a pool of players to build their teams. Dev Log We started writing the game design documents, creating the initial repository on Github (), and set up project management…