@pawelbiernacki123743
Chomik: The unconventional language for text-based adventures.
I was born in 1973, in Cracow, Poland. I am a software engineer.
Nothing here yet.
Sep 9, 2025 · 4 min read · Using Ranges and Random Generators in SDL_Chomik In the previous SDL_Chomik article, we animated a single blue monkey drifting across the screen. This time, we will take the idea one step further. Instead of one, we’ll unleash ten monkeys! Each monke...
Join discussion
Sep 7, 2025 · 2 min read · In previous articles, we explored how placeholders work in Chomik: they are not values on their own but rather parts of variable names. This makes them extremely flexible for generating families of variables or iterating over ranges. But what if you ...
Join discussion
Aug 22, 2025 · 3 min read · In the previous articles on this blog, we introduced the concept of placeholders in Chomik — a technique that allows us to execute code as if we had some kind of loop instruction. So far, our examples were mostly based on the boolean type, because it...
Join discussion
Aug 19, 2025 · 3 min read · In the last article, we learned how to read integers from a file. Today, we will move on to something equally important in many programs: random numbers. At first glance, generating random numbers may not look like an input/output (I/O) operation. Ho...
Join discussion