Not a game per se but was fun to implement Conway's Game of Life in Godot.
Will try to multi-thread it, or rage quit trying!
Rendering to a rich text label 🤢
I post about software freedom and sometimes half finished games projects Godot :godot::
-Draw Emojis (AGPL):
https://tabfreesoftware.itch.io/draw-emojis
https://codeberg.org/tab/draw_emojis
Avatar is "linked paperclips" by Marleen Heine. All emojis designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0.
(I am not affiliated with OpenMoji)
A pretty pattern appeared.
The four quadrants are independent of each other so this is 4 instances of 1 pattern that happened to appear next to each other (of each rotation).
Not a game per se but was fun to implement Conway's Game of Life in Godot.
Will try to multi-thread it, or rage quit trying!
Rendering to a rich text label 🤢
(Offtopic) Fairphone 5 is rather tempting.
I wonder if the firmware is libre/free software.
Core mechanic of connect the dots game is done. Playable on the web on itch.io, Linux and Windows. Criticism or suggestions welcome.
https://tabfreesoftware.itch.io/draw-emojis
Source code: https://codeberg.org/tab/draw_emojis/
If lambda functions were easier to read I'd use them instead of polluting the class scope with a function that is only needed in one function.
Maybe if the variable name was a different colour it would be more readable, at least for me. Maybe a blue, like function names.