<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pacman/Makefile, branch master</title>
<subtitle>Classic Pac-Man in C using ncurses library
</subtitle>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/'/>
<entry>
<title>Release version</title>
<updated>2024-04-18T17:05:03+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-18T17:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=29afbdf8e26f741ac1d090f2e7704093253f17fc'/>
<id>29afbdf8e26f741ac1d090f2e7704093253f17fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added colors</title>
<updated>2024-04-17T15:33:03+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-17T14:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=ef3844bf2128fa82f20c5995d1fca66fadba2ce3'/>
<id>ef3844bf2128fa82f20c5995d1fca66fadba2ce3</id>
<content type='text'>
Changed the number of pacman's lives.
Fixed clear_or_revert_symbol().
Target hit display.
Changed ghost initialization.
Clearing ghost positions is moved to the function.
Added flag in struct ghost_type (reached_pacman).
Changed catching stage.
Now eating an energizer resets the counter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the number of pacman's lives.
Fixed clear_or_revert_symbol().
Target hit display.
Changed ghost initialization.
Clearing ghost positions is moved to the function.
Added flag in struct ghost_type (reached_pacman).
Changed catching stage.
Now eating an energizer resets the counter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture and liberation of ghosts</title>
<updated>2024-04-14T18:18:36+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-14T18:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=0cf5dfed3e492608d044a5fc90c1815fab506fd7'/>
<id>0cf5dfed3e492608d044a5fc90c1815fab506fd7</id>
<content type='text'>
Fixed coordinate in field_has_coin.
Added marks on the field for the liberation zone (1 in front of #).
Prison parameters for the ghost are set.
Fixed condition in BFS search (additionally exclude the current point in the
loop, dx == 0 &amp;&amp; dy == 0).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed coordinate in field_has_coin.
Added marks on the field for the liberation zone (1 in front of #).
Prison parameters for the ghost are set.
Fixed condition in BFS search (additionally exclude the current point in the
loop, dx == 0 &amp;&amp; dy == 0).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added behavior modes</title>
<updated>2024-04-12T00:17:46+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-12T00:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=04a6703fd66a7d34b2556a9c203c4dada3baca38'/>
<id>04a6703fd66a7d34b2556a9c203c4dada3baca38</id>
<content type='text'>
Reverse direction
Random direction
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverse direction
Random direction
</pre>
</div>
</content>
</entry>
<entry>
<title>Searching for all ghosts</title>
<updated>2024-04-10T19:01:48+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-10T19:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=76b875e095d8b9ca3f6058fbfc0ab2669eed852d'/>
<id>76b875e095d8b9ca3f6058fbfc0ab2669eed852d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BFS, queue files</title>
<updated>2024-04-07T00:07:42+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-07T00:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=2c2448cc94b8f17ac699814a75110411d57f3bea'/>
<id>2c2448cc94b8f17ac699814a75110411d57f3bea</id>
<content type='text'>
Fixed remaining direction check for pacman (old version was commented out).
Breadth First Search for red ghost.
Changed switch style.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed remaining direction check for pacman (old version was commented out).
Breadth First Search for red ghost.
Changed switch style.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2024-04-02T14:43:35+00:00</updated>
<author>
<name>scratko</name>
<email>m@scratko.xyz</email>
</author>
<published>2024-04-02T14:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.scratko.xyz/pacman/commit/?id=bdee2852c13f6b02ec5207ded584839a3118233e'/>
<id>bdee2852c13f6b02ec5207ded584839a3118233e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
