README
MulticutGame
<table>
<tr>
<td align="left" valign="top" width="50%">
<h3>Project Overview</h3>
<p><strong>MulticutGame</strong> is a mobile puzzle game inspired by the Minimal-Cost-Multicut Problem.</p>
<p>Developed for <strong>Android</strong> and <strong>iOS</strong> using <strong>Unity</strong> and <strong>C#</strong>.</p>
<p>The player cuts strings with their finger. Each string has a cost, and the goal is to minimize the total cost of all cuts.</p>
<p>However, there's a twist: a cut must not separate dots that belong to the same connected component.</p>
</td>
<td align="center" valign="top" width="50%">
<img src="https://github.com/user-attachments/assets/4bff6523-d118-475b-8a06-5b1f24bdc7e9" width="400" alt="MulticutGame Screenshot"/>
</td>
</tr>
</table>