Skip to content

i2aac/4d-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4d-tictactoe

This iteration of 4-D tic-tac-toe simply upscales a 2-D tic-tac-toe board to 4-D. A board of size 3 looks as such:

 |X|     | |     | |
-----   -----   -----
O| |     | |     |X|
-----   -----   -----
 | |     |O|X    |O|

 | |     |X|     | |
-----   -----   -----
X| |    O| |     |O|
-----   -----   -----
 | |    O| |     |X|
 
 | |     | |    O| |
-----   -----   -----
 |X|    O|X|     | |
-----   -----   -----
X| |     | |     | |

You may compile the code rather simply.

gcc main.cpp

About

A game of 4-D tic-tac-toe with a command-line interface.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages