Click here to Skip to main content
15,892,768 members
Articles / Programming Languages / C#

Reversi in C#

Rate me:
Please Sign up or sign in to vote.
4.94/5 (188 votes)
26 Sep 200513 min read 796.5K   27K   300  
The game of Reversi in C#.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Reversi</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>

<h4>Reversi</h4>

<p>For help, select a topic below.</p>

<ul>
	<li><a href="rules.htm">Reversi Rules</a>: The rules of the game.</li>
	<li><a href="playing.htm">Playing Reversi</a>: Instructions on how to play.</li>
	<li><a href="menu.htm">Menu Options</a>: Details the function of each menu item.</li>
	<li><a href="options.htm">Setting Game Options</a>: Describes how to access and customize the game options.</li>
	<li><a href="strategy.htm">Strategy Guide</a>: Provides some basic tips on play.</li>
</ul>

</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions