<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE701%3AReversi</id>
	<title>SE701:Reversi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE701%3AReversi"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE701:Reversi&amp;action=history"/>
	<updated>2026-06-29T09:40:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE701:Reversi&amp;diff=90&amp;oldid=prev</id>
		<title>Mark: New page: ==Reversi in Common Lisp== Gcor024 18:54, 13 March 2007 (NZDT) ===Presentation=== Wikipedia defines Reversi as a &#039;&#039;strategic board game which involves play by two parties ...</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE701:Reversi&amp;diff=90&amp;oldid=prev"/>
		<updated>2008-02-15T20:10:50Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Reversi in Common Lisp== &lt;a href=&quot;/index.php?title=User:Gcor024&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:Gcor024 (page does not exist)&quot;&gt;Gcor024&lt;/a&gt; 18:54, 13 March 2007 (NZDT) ===Presentation=== Wikipedia defines Reversi as a &amp;#039;&amp;#039;strategic board game which involves play by two parties ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Reversi in Common Lisp==&lt;br /&gt;
[[User:Gcor024|Gcor024]] 18:54, 13 March 2007 (NZDT)&lt;br /&gt;
===Presentation===&lt;br /&gt;
Wikipedia defines Reversi as a &amp;#039;&amp;#039;strategic board game which involves play by two parties on an eight-by-eight square grid with pieces that have two distinct sides. Pieces typically appear coin-like, with a light and a dark face. The object of the game is to have the majority of your pieces on the board at the end of the game by turning as many of the opponent&amp;#039;s pieces over as you can.&amp;#039;&amp;#039;&lt;br /&gt;
You can flip your opponent&amp;#039;s pieces by enclosing them between one of your pieces that is already on the board and the one that your just played. (See picture 1)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:reversi.png|right|Pic1]]&lt;br /&gt;
&lt;br /&gt;
===Program===&lt;br /&gt;
I will attempt to implement a simple version of this game, with the computing of the best possible next move given a base situation.&lt;br /&gt;
&lt;br /&gt;
===Features used===&lt;br /&gt;
The following Lisp features should be included:&lt;br /&gt;
*anonymous fonction&lt;br /&gt;
*generic functions &lt;br /&gt;
*list processing&lt;br /&gt;
*macros&lt;br /&gt;
*LOOP macro&lt;br /&gt;
*the FORMAT function&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>