<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Meduza3</title>
    <description>The latest articles on DEV Community by Meduza3 (@meduza3).</description>
    <link>https://dev.to/meduza3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3718491%2Fbd70074f-ce0f-41c7-9ff6-a8370345eff0.png</url>
      <title>DEV Community: Meduza3</title>
      <link>https://dev.to/meduza3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meduza3"/>
    <language>en</language>
    <item>
      <title>Digital Board Game 00</title>
      <dc:creator>Meduza3</dc:creator>
      <pubDate>Sun, 18 Jan 2026 23:19:52 +0000</pubDate>
      <link>https://dev.to/meduza3/digital-board-game-00-4hkc</link>
      <guid>https://dev.to/meduza3/digital-board-game-00-4hkc</guid>
      <description>&lt;p&gt;I've long wanted to create a game. Recently I've had some time on my hands and decided to revisit a board game project I've been working on with a dear friend - We tried to create a game with rules based on how the polish Sejm works.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdnyi1t4x79b4o1q1zg86.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdnyi1t4x79b4o1q1zg86.png" alt=" " width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have a hunch the digitalization of the design can really improve the quality of life of playing the game, so I will be trying to convert it into a game you can play on your phone or computer.&lt;/p&gt;

&lt;p&gt;I would like to explore how the gameplay may be enchanced using video game practices - Allowing each player to manipulate what they're looking at is a feature I think our game will greatly benefit from. &lt;/p&gt;

&lt;p&gt;The game centers around controlling seats in a parliament chamber consisting of 460 different MPs and swaying the votes, it has been a big challenge on how to best deal with such abundance of pieces.&lt;/p&gt;

&lt;p&gt;We'll see how it goes along the way&lt;/p&gt;

&lt;p&gt;For the architecture, I would like to stick to what I know for the backend: An authoritative Go server that will verify commands sent by clients, which will be just renderers of the data snapshots from the server and send inputs.&lt;/p&gt;

&lt;p&gt;I will be using Godot and GDScript for the 3D clients.&lt;/p&gt;

</description>
      <category>go</category>
      <category>gdscript</category>
      <category>gamedev</category>
      <category>network</category>
    </item>
  </channel>
</rss>
