资 源 简 介
Introduction
A four-dimensional version of the traditional TicTacToe game, using the
pygame library. The game was invented during boring lectures on a sheet
of paper at the University of Essen. The graphics is simple and two-
dimensional (as it can be drawn on a sheet of paper!), but there exist
various hidden diagonals and "hyper-diagonals" on the playing field. To
"see" them, imagine that each row of 3x3 (2D) TicTacToe fields form a cube.
Furthermore, the three rows can be put together into a four dimensional
"hyper-cube". :-) Enjoy!
Running the Game
Running the game requires that Python and Pygame are installed.
For most Linux distributions, Pygame is contained in the package
repositories. For Windows, it can be downloaded from www.pygame.org.
If pygame is properly installed, you can start the game with:
python 4D_TTT_graphics.py
The graphic version allows only games player vs. computer so far.
Wit