Hobbyist game developer. Currently working on Hexograph, a variation of picross / nonograms on a hex grid: store.steampowered.com/app/3…

Joined November 2015
93 Photos and videos
Pinned Tweet
Painting layered Godus-like terrain on a spherical planet #madewithunity #screenshotsaturday #gamedev
13
91
280
Finally implemented rebinding of input keys in my game. This may not seem like much, but it turned out to be one of the most complex pieces of game UI I've made. #ScreenshotSatuday
1
4
157
I don't think I'm allowed to say this but I almost kind of like making game UIs!
2
58
Cursed art style: hexel art (pixel art on a hex grid). For each puzzle in my game I need to make two images: the puzzle itself (using between 1 and 4 colors from a predefined palette), and a full-color picture which is revealed when the puzzle is solved. #screenshotsaturday
1
1
8
212
Making such "hexel art" is probably similar to making traditional pixel art in terms of techniques and approaches (can only guess, never done it before), except the only tool I have is the in-game editor I had to made myself.
1
76
The original idea of my game was simply "picross on a hex grid", but it became much more than that. The new mechanics that I implemented add quite a bit of variety to the process of solving the puzzles (and I have ideas for even more). #screenshotsaturday #gamedev #indiedev
1
4
173
As a side effect of these new mechanics is that they allow creating more difficult puzzles that are still small in size, which I really like. In classic picross / nonograms the puzzles usually have to be quite large to be challenging.
2
92
How it started / how it's going. Lots of progress on my puzzle game recently. #screenshotsaturday #gamedev #indiedev
1
3
169
New input prompts by @KenneyNL in my puzzle game!
1
3
417
Here is a sped up gameplay video of Hexograph, the puzzle game I'm making (picross-like on a hex grid). I just finished migrating the game from Unity to @godotengine (well, most of it, still need to migrate the level editor). #screenshotsaturday #gamedev #indiedev #GodotEngine
1
1
9
843
And here is a static screenshot with some UI.
1
114
Belated #portfolioday: I'm a hobbyist game developer, and by "game developer" I mean that I've been mostly playing around with procedural terrain generation and voxel terrains, without really releasing anything (which I intend to change by focusing on small games).
6
288
My favorite part about #GodotEngine so far is how easy it is to find answers to any questions I had so far, or when I didn't know how to do some thing in it. Between the (very good) official docs, Q&A forums and reddit, the answer is usually in the top search results in google.
1
157
Icospheric Planetoid retweeted
19 Sep 2023
New devs often are indecisive between using C# and GDScript in #Godot. Especially with the many people coming from #Unity, the discussion on C# has gained a lot of attention. Since I was asked, here's a🧵of my experience with C# in Godot. #Godot4 #IndieDev #Csharp
3
16
82
8,647
A thread for my impressions from learning Godot Engine. (For context: I'm a hobbyist wannabe game developer who's been using Unity for over 10 years.) #Godot #GodotEngine #MadeWithGodot #MadeWithoutUnity
1
1
246
"Exporting" fields in #Godot (similar to Unity's SerializeField) has its ups and downs. Can export C# properties, not only fields - this is very convenient! Can't export C# structs or classes - that's unfortunate.
1
1
125
Finding child nodes by script type: FindChildren("", type=nameof(MyScript)) (analogous to Unity's GetComponentsInChildren) doesn't work as expected. In that context MyScript is seen as Godot's builtin type that it subclasses, and the search results are empty.
1
111
17 Sep 2023
We have heard you. We apologize for the confusion and angst the runtime fee policy we announced on Tuesday caused. We are listening, talking to our team members, community, customers, and partners, and will be making changes to the policy. We will share an update in a couple of days. Thank you for your honest and critical feedback.
3
119