<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/TicTacToe</link><counters><counter name="forever" lastEventTime="1300924895" firstEventTime="1283279278">60</counter></counters><metadata><item name="subtitle"><value type="text/plain">tictactoe</value></item><item name="description"><value type="text/plain">Tictactoe or noughts and crosses is a game for two players, O and X, who take turns marking the spaces in a 3x3 grid where X starts first. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">TicTacToe</value></item><item name="url"><value type="text/plain">None</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>branch.ttt_1</branch>       </source>       <timestamp>1300924856</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>58c13a5</revision>           <log>Reformatting according to under GNU C Code Standards. - http://bit.ly/f5fjrL</log>           <url>https://github.com/compengi/tictactoe/commit/58c13a5d3c1c63e6105d0e6902b5d9c29e463040</url>           <files>             <file> branch.ttt_1/main.c</file> <file>branch.ttt_1/src/client.c</file> <file>branch.ttt_1/src/matrix.c</file> <file>branch.ttt_1/src/minimax.c</file> <file>branch.ttt_1/src/misc.c</file> <file>branch.ttt_1/src/server.c</file> <file>branch.ttt_1/src/socket.c</file> <file>branch.ttt_1/src/terminal.c</file> <file>branch.ttt_1/src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>branch.ttt_1</branch>       </source>       <timestamp>1292434082</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>0d20885</revision>           <log>We can now retrieve our own IP and print it. Implemented the start_server() side and start_client side functions. init_server() and init_client() still need work. Pushing menu and game check related functions. - http://bit.ly/dIMA8v</log>           <url>https://github.com/compengi/tictactoe/commit/0d20885b33ce07c0abd3bd6a860e4da3762fae99</url>           <files>             <file> branch.ttt_1/TODO</file> <file>branch.ttt_1/include/server.h</file> <file>branch.ttt_1/include/terminal.h</file> <file>branch.ttt_1/src/server.c</file> <file>branch.ttt_1/src/terminal.c</file> <file>branch.ttt_1/src/tictactoe.c</file> <file>branch.ttt_1/include/client.h</file> <file>branch.ttt_1/src/client.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>branch.ttt_1</branch>       </source>       <timestamp>1291240324</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>e343f3f</revision>           <log>a player's structure shouldn't count number of stallmates, this should be handled somewhere else. the game has now &quot;Single player&quot; and &quot;Two player&quot; modes implemented. init_player() initializes the members by iteration. - http://bit.ly/eiSypf</log>           <url>https://github.com/compengi/tictactoe/commit/e343f3f8297ba76c5f00e1dc0d291ebdbc5be946</url>           <files>             <file> branch.ttt_1/include/minimax.h</file> <file>branch.ttt_1/include/player.h</file> <file>branch.ttt_1/src/terminal.c</file> <file>branch.ttt_1/src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>branch.ttt_1</branch>       </source>       <timestamp>1290810540</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>2f15513</revision>           <log>We can handle send and receive of matrix and some other minor change. - http://bit.ly/eBxPku</log>           <url>https://github.com/compengi/tictactoe/commit/2f15513007bef552c09a22d1bab0a91f1b81263a</url>           <files>             <file> branch.ttt_1/include/matrix.h</file> <file>branch.ttt_1/include/terminal.h</file> <file>branch.ttt_1/src/matrix.c</file> <file>branch.ttt_1/src/terminal.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>branch.ttt_1</branch>       </source>       <timestamp>1290738145</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>534a635</revision>           <log>This is the latest branch of tictactoe. I'm doing the first initial commit for this branch. - http://bit.ly/fIEfzY</log>           <url>https://github.com/compengi/tictactoe/commit/534a63597b455ca136a512910a4a3a91981e610a</url>           <files>             <file> src/socket.c</file> <file>branch.ttt_1/AUTHORS</file> <file>branch.ttt_1/COPYING</file> <file>branch.ttt_1/ChangeLog</file> <file>branch.ttt_1/INSTALL</file> <file>branch.ttt_1/Makefile</file> <file>branch.ttt_1/NEWS</file> <file>branch.ttt_1/README</file> <file>branch.ttt_1/TODO</file> <file>branch.ttt_1/docs/tictactoe.6</file> <file>branch.ttt_1/include/info.h</file> <file>branch.ttt_1/include/matrix.h</file> <file>branch.ttt_1/include/minimax.h</file> <file>branch.ttt_1/include/misc.h</file> <file>branch.ttt_1/include/player.h</file> <file>branch.ttt_1/include/server.h</file> <file>branch.ttt_1/include/socket.h</file> <file>branch.ttt_1/include/terminal.h</file> <file>branch.ttt_1/include/tictactoe.h</file> <file>branch.ttt_1/main.c</file> <file>branch.ttt_1/src/matrix.c</file> <file>branch.ttt_1/src/minimax.c</file> <file>branch.ttt_1/src/misc.c</file> <file>branch.ttt_1/src/server.c</file> <file>branch.ttt_1/src/socket.c</file> <file>branch.ttt_1/src/terminal.c</file> <file>branch.ttt_1/src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287743350</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>9232934</revision>           <log>connect_to_socket() is out in the code now. - http://bit.ly/cgqQcR</log>           <url>http://github.com/compengi/tictactoe/commit/92329345fc1741d7df1ce0f669ae37c59b05ccf1</url>           <files>             <file> src/socket.c</file> <file>src/socket.h </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287701240</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>a5e0c60</revision>           <log>Now that establishing the socket connection is finished. connect_to_socket() still needs to be written. Hopefully tomorrow, good night now. - http://bit.ly/b7P9Q8</log>           <url>http://github.com/compengi/tictactoe/commit/a5e0c60d458140db5eb7e4a2f3761e9d8f0f3d79</url>           <files>             <file> src/socket.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287693667</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>0691a1e</revision>           <log>Add read/write internet sockets to the game source. - http://bit.ly/9HTtPe</log>           <url>http://github.com/compengi/tictactoe/commit/0691a1e9f7a0b86489835d64d1a213fd8af9f3af</url>           <files>             <file> src/socket.c</file> <file>src/socket.h </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287683837</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>0f4c5b8</revision>           <log>Some small text reformatting - http://bit.ly/b3LWXH</log>           <url>http://github.com/compengi/tictactoe/commit/0f4c5b809b3ff7e6e00e766880612bcd2907f670</url>           <files>             <file> docs/tictactoe.6</file> <file>src/misc.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287681804</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>bcdfccc</revision>           <log>Merge &quot;Info&quot; to the main menu list. - http://bit.ly/cYjGJ9</log>           <url>http://github.com/compengi/tictactoe/commit/bcdfcccc88e2e60557383e3e2b84fe92d9b4d28b</url>           <files>             <file> ChangeLog</file> <file>src/main.c</file> <file>src/misc.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287681082</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>8fc4b28</revision>           <log>Print game info from the main menu screen. - http://bit.ly/cdqPJu</log>           <url>http://github.com/compengi/tictactoe/commit/8fc4b281010a298d0f9a8a10bf138847a206bd43</url>           <files>             <file> ChangeLog</file> <file>src/misc.c</file> <file>src/misc.h </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287677655</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>42c08db</revision>           <log>Merge branch 'master' of github.com:compengi/tictactoe - http://bit.ly/9nHm6P</log>           <url>http://github.com/compengi/tictactoe/commit/42c08db5b68392b92820f94e5b1fb5f553cfdf05</url>           <files>             <file> src/main.c</file> <file>src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287676859</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>3d551e2</revision>           <log>Set minimal required autoconf version to 2.60. Use symbolic links to depcomp, install-sh and missing. Add a ChangeLog and a NEWS to the source. Rebuild the whole Makefile and configure scripts accordingly. - http://bit.ly/c62KOu</log>           <url>http://github.com/compengi/tictactoe/commit/3d551e2dfe06d2e670e05c7aab7c4e880a7ff7e2</url>           <files>             <file> Makefile.in</file> <file>aclocal.m4</file> <file>configure</file> <file>configure.in</file> <file>depcomp</file> <file>install-sh</file> <file>missing</file> <file>ChangeLog</file> <file>NEWS </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287644830</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>97d0fab</revision>           <log>Insert some LIBRARY and HEADER checks - http://bit.ly/9oUh3d</log>           <url>http://github.com/compengi/tictactoe/commit/97d0fab2e4186617cd803a8ca46a69e8e7e29ac5</url>           <files>             <file> TODO</file> <file>configure.in </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287505108</timestamp>       <body>         <commit>           <author>sunshine</author>           <revision>9d93c1e</revision>           <log>This shouldn't happen, really.. - http://bit.ly/bFTgae</log>           <url>http://github.com/compengi/tictactoe/commit/9d93c1ec3abd5a83971a8f9aeb34a8c1c287234b</url>           <files>             <file> src/main.c</file> <file>src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287466245</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>71662e9</revision>           <log>I thought i fixed it here! Argh.. - http://bit.ly/9f7xwr</log>           <url>http://github.com/compengi/tictactoe/commit/71662e9643ed585813d531270e99893d4818c0d9</url>           <files>             <file> src/main.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287466101</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>a4da341</revision>           <log>Usernames should work fine now. - http://bit.ly/b4G9g1</log>           <url>http://github.com/compengi/tictactoe/commit/a4da341e22b4ad6b1998ec9ae8168750cacd5fd8</url>           <files>             <file> src/main.c</file> <file>src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287394388</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>e65117a</revision>           <log>Lets get used to usernames instead of Player1/2 and X/O - http://bit.ly/bkR1tt</log>           <url>http://github.com/compengi/tictactoe/commit/e65117a57fe97a6ce6f29a36eac316aa2d53373b</url>           <files>             <file> src/difficulty.h</file> <file>src/libttt.h</file> <file>src/main.c</file> <file>src/minimax.c</file> <file>src/minimax.h</file> <file>src/misc.c</file> <file>src/misc.h</file> <file>src/stats.c</file> <file>src/stats.h</file> <file>src/tictactoe.c </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287357530</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>872969a</revision>           <log>End-Users don't have to rebuild the configure and Makefiles. This means though, that when we test, we should *always* overide that part. At this point, i'm disabling it by default. - http://bit.ly/clRYA8</log>           <url>http://github.com/compengi/tictactoe/commit/872969af98d81d3ee706b111d76dd4477d33de52</url>           <files>             <file> configure.in </file>           </files>         </commit>       </body>     </message><message>       <generator>         <name>github</name>         <version>1</version>         <url>http://www.github.com</url>       </generator>       <source>         <project>tictactoe</project>         <branch>master</branch>       </source>       <timestamp>1287351954</timestamp>       <body>         <commit>           <author>Dani Soufi</author>           <revision>bea4536</revision>           <log>Correct man page formatting. - http://bit.ly/9JSSuj</log>           <url>http://github.com/compengi/tictactoe/commit/bea45368a936928eaccc059ec118b74bb7182a49</url>           <files>             <file> docs/tictactoe.6 </file>           </files>         </commit>       </body>     </message></recentMessages></statsTarget>
