<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'help with oop and tictactoe' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'help with oop and tictactoe' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 26 May 2013 01:41:16 -0700</pubDate>
    <lastBuildDate>Sun, 26 May 2013 01:41:16 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>help with oop and tictactoe</title>
      <link>http://www.programmersheaven.com/mb/pasprog/430456/430456/help-with-oop-and-tictactoe/</link>
      <description>I am looking for an example of a two-player tic tac toe program that can vary in board size and asks the user how big the board should be (for example, somewhere between 3 and 15; the number must be odd because diagonal paths have to be able to work out since all the original rules of tic tac toe apply). &lt;br /&gt;
&lt;br /&gt;
The program should&lt;br /&gt;
 - ask for each player to make a move&lt;br /&gt;
 - update and displays the board after each move&lt;br /&gt;
 - evaluate the board to see if someone has won or has drawn the game&lt;br /&gt;
 - exit the program after the game is over&lt;br /&gt;
&lt;br /&gt;
I've never programmed in Pascal before.&lt;br /&gt;
&lt;br /&gt;
Would it be easier to write this sort of program in Pascal with or without an object-oriented design?&lt;br /&gt;
&lt;br /&gt;
Does anyone have examples to show me which would be very similar to what I'm asking for? For example, maybe a varied l</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/430456/430456/help-with-oop-and-tictactoe/</guid>
      <pubDate>Sat, 01 Dec 2012 14:53:55 -0700</pubDate>
      <category>Pascal</category>
    </item>
    <item>
      <title>Re: help with oop and tictactoe</title>
      <link>http://www.programmersheaven.com/mb/pasprog/430456/430468/re-help-with-oop-and-tictactoe/#430468</link>
      <description>You have some examples with tic-tac-toe here:&lt;br /&gt;
&lt;a href="http://rosettacode.org/wiki/Tic-tac-toe"&gt;http://rosettacode.org/wiki/Tic-tac-toe&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Pascal code is not made for this game yet (maybe somewhere else)but take a look at Ada!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/430456/430468/re-help-with-oop-and-tictactoe/#430468</guid>
      <pubDate>Sun, 02 Dec 2012 11:53:15 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>