Arrekin

@arrekin.bsky.social

I make games and write a fantasy novel - Creator, Immersive Daydreamer, Senior Engineering Manager, Rust Developer - arrekin.com?source=bsky 🇵🇱

Is this a clear representation? Energy relays can be in-network(yellow) or disconnected(orange). There is a third option - disabled by player. Red outline shows range of disabled one - player can tell it would connect the 2 areas. It's a bit cluttered but player sees it only when needed. #gamedev

Bild

<Gemini Fast furiously explaining stuff> Me: <Switches model> Do you agree with the fast model? Gemini 3.1 pro: I cannot agree with the fast model <incoming essay on why the fast model is a lower life form> ¯\_(ツ)_/¯ #ai #gemini

Any one intrested in speed-reading apps? The kind that shows you one word at the time! I couldn't find anything nice and free, so I'm building my own. With persisted tabs and other stuff. Web & Desktop versions built on top of a game engine to ensure max smoothness Release soon! #bevy #reading

Bild

Visual updates for my open-grid tower defence game: 16px -> 32px for grid cells - the screenshot shows maximal zoom in both versions. Walls are no longer grey squares! Now they have a texture : d Side-menu got new icons. Yellow outline when the game is paused. #bevy #gamedev #towerdefence

Bild

I'm trying to make online chess in Bevy. Server and Client; with ezsockets(websockets). It is not the easiest setup but I have it working now. WebSockets pass the requests to ECS which in turn processes them and returns responses. The whole fun is in the data flow modelling : d #Bevy

In my company(not gamedev-related) I did a small workshop before Christmas about Bevy Engine. The result is a simple game where you help Santa collect presents while trying to avoid snowflakes(Santa somehow lost his clothes). Check it out if you are interested in Bevy! :) github.com/Arrekin/bevy...

Bild

The Advent of Code 2024 has started and I'm glad to see they backtracked on last year's attempt to make the first challenges confusing to fight off AI. Last year it made me drop out early as it felt like a waste of time to focus on decyphering what the authors meant instead of having fun coding

Minimal migration to Bevy 0.15 done ✔️ I especially like the new Node setup as it massively reduces the nesting. I still need to look into Required Components but the game is now working on the latest version 🎉 #BevyEngine