Menu

Tree [2815e2] master /
 History

HTTPS access


File Date Author Commit
 src 2012-04-23 Guy Rutenberg Guy Rutenberg [2815e2] Enable changing game levels.
 .gitignore 2012-03-09 Guy Rutenberg Guy Rutenberg [d41049] Use smart pointers.
 COPYING 2008-05-16 Guy Rutenberg Guy Rutenberg [335152] added copyright information
 Makefile.am 2012-03-16 Guy Rutenberg Guy Rutenberg [17c162] Add some simple unit tests using Boost.Test.
 README 2012-03-07 Guy Rutenberg Guy Rutenberg [2c393d] Updated build system.
 autogen.sh 2012-03-07 Guy Rutenberg Guy Rutenberg [2c393d] Updated build system.
 configure.ac 2012-03-09 Guy Rutenberg Guy Rutenberg [23fffa] Make the build a bit more organized.
 icon.ico 2008-11-20 Guy Rutenberg Guy Rutenberg [767234] added desktop file for linux
 icon32.xpm 2012-03-07 Guy Rutenberg Guy Rutenberg [2c393d] Updated build system.
 icon64.xpm 2012-03-07 Guy Rutenberg Guy Rutenberg [2c393d] Updated build system.
 infinitettt.desktop 2008-11-21 Guy Rutenberg Guy Rutenberg [46ec95] update Makefile and desktop file
 infinitettt.png 2008-11-20 Guy Rutenberg Guy Rutenberg [767234] added desktop file for linux
 infinitettt.rc 2008-06-12 Guy Rutenberg Guy Rutenberg [b962de] added resource file for windows
 infinitettt.sln 2008-06-06 Guy Rutenberg Guy Rutenberg [057506] update visual studio project files to visual st...
 infinitettt.vcproj 2008-11-20 Guy Rutenberg Guy Rutenberg [6392c7] update MSVC project files, fix website address
 logo.svg 2008-06-08 Guy Rutenberg Guy Rutenberg [47b73c] added frame icon
 logo64.ico 2008-06-12 Guy Rutenberg Guy Rutenberg [b962de] added resource file for windows

Read Me

=== InfiniteTTT README ===

InfiniteTTT is a a variation of tic-tac-toe played on an unbounded board. You
can read more about the game and find playing instructions in

http://www.guyrutenberg.com/infinitettt/

Feel free to ask questions or report any bugs you encounter via
http://www.guyrutenberg.com/contact-me

== Dependencies ==
wx-common
wxWidgets-2.8

== Installation ==

To install InfiniteTTT from source you will need to have wxWidgets-2.8 (or
later) installed. To compile the game run
./configure && make
Now change to superuser and run
make install
in order to install the game.