<feed xmlns='http://www.w3.org/2005/Atom'>
<title>muhqs-game/go/game/playerControl.go, branch main</title>
<subtitle>game material for muhq's game</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/'/>
<entry>
<title>implement more prompts and exp1/backup!</title>
<updated>2025-09-05T16:28:47+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-09-05T16:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=034e176110cc0a27cd20bdfe8522fd0dc73d2346'/>
<id>034e176110cc0a27cd20bdfe8522fd0dc73d2346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>notify players about concessions</title>
<updated>2025-08-22T09:18:32+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-08-22T09:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=157a8601c10b06ab14a216372b0c06fc47f4de31'/>
<id>157a8601c10b06ab14a216372b0c06fc47f4de31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make format</title>
<updated>2025-08-20T13:57:33+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-07-30T18:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca'/>
<id>deaee56c8a5ac7f40ca9fe85afcb5a3caddea0ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor playerControl</title>
<updated>2025-08-20T13:57:23+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-07-04T13:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=e4ec9266c205120a51dc8d5c4ac956f2b8792f1b'/>
<id>e4ec9266c205120a51dc8d5c4ac956f2b8792f1b</id>
<content type='text'>
Allow to propagate errors in order to handle them acordingly.
Use playerNotifications by value to reduce the amount of allocations.
Add session managment playerNotifications.
Support marshalling notifications to plain text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to propagate errors in order to handle them acordingly.
Use playerNotifications by value to reduce the amount of allocations.
Add session managment playerNotifications.
Support marshalling notifications to plain text.
</pre>
</div>
</content>
</entry>
<entry>
<title>make PlayerControl a Closer</title>
<updated>2025-08-20T13:57:18+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-06-07T02:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=2bc941c548c7249fe122fbdf43963b798cb2b14f'/>
<id>2bc941c548c7249fe122fbdf43963b798cb2b14f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement simple bot based draft</title>
<updated>2025-08-20T13:57:16+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-04-29T20:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=8ec9ff690082e9761e056bf5740daf6b80769f1f'/>
<id>8ec9ff690082e9761e056bf5740daf6b80769f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prompt the user to order its triggers</title>
<updated>2025-08-20T13:57:08+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-12-03T14:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=cf29758fbd8bb1cc0b82a37351e2aa7ddbd2586f'/>
<id>cf29758fbd8bb1cc0b82a37351e2aa7ddbd2586f</id>
<content type='text'>
All TriggeredAction are passed in the wrapper action
DeclareTriggeredActionsAction to the controller of the triggers.
It is expected to receive an ordered list back from the user
again wrapped in a DeclareTriggeredActionsAction.
The triggered actions will be declared in from first to last.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All TriggeredAction are passed in the wrapper action
DeclareTriggeredActionsAction to the controller of the triggers.
It is expected to receive an ordered list back from the user
again wrapped in a DeclareTriggeredActionsAction.
The triggered actions will be declared in from first to last.
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-08-20T13:50:10+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-08T16:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=45df9bf319d38db916ca983b8c92bb912f5ce9ee'/>
<id>45df9bf319d38db916ca983b8c92bb912f5ce9ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-08-20T13:46:38+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-12-27T13:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=d6b5eeaa5e639c5ab89b5e1c93075a1b765794dc'/>
<id>d6b5eeaa5e639c5ab89b5e1c93075a1b765794dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
