Where to play?

Physical game

This might be the best option. Finding a 10×10 chessboard is hard, but a standard 10×10 Checkers board works just fine. And the pieces can be bought separately.

We are trying our best to make the physical 10×10 chessboard available to anyone.

“Titanic Chess Sandbox Collection” will contain a 10×10 chessboard and 33 disk shaped pieces per player, in order to allow players to play and experiment with new games.

Digital game

Building a 10×10 chess engine requires years of programming experience and lots of free time and resources. We are trying our best to make the game available in the digital form.

For now, the only option available is https://fairyground.vercel.app/

Steps to follow:

  • Create the .ini file. Right click on your computer and create a new document.
  • Save it as .ini file.
  • Copy the code for each setup version.
  • Upload the file to the above link.
  • Search for the new file and select it.
  • Customize the game with the options offered.
  • Play and enjoy!

Code:

Please copy and paste the following code.

  1. Titanic Chess I
#Titanic Chess 1 queen version
[Titanic_Chess1:chess]
maxRank = 10
maxFile = 10
startFen = 1rb4bn1/rnbnqknbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBNQKNBNR/1RB4BN1 w - - 0 1
promotionRegionWhite = *10
promotionRegionBlack = *1
doubleStep = true
doubleStepRegionWhite = *3
doubleStepRegionBlack = *8
  1. Titanic Chess II
#Titanic Chess 2 queens version
[Titanic_Chess2:chess]
maxRank = 10
maxFile = 10
startFen = 1nb4bn1/rnbqnkqbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBQNKQBNR/1NB4BN1 w - - 0 1
promotionRegionWhite = *10
promotionRegionBlack = *1
doubleStep = true
doubleStepRegionWhite = *3
doubleStepRegionBlack = *8
  1. Titanic Chess III
#Titanic Chess 3 queens version
[Titanic_Chess3:chess]
maxRank = 10
maxFile = 10
startFen = 1nn4nn1/rnbqqkqbnr/pppppppppp/10/10/10/10/PPPPPPPPPP/RNBQQKQBNR/1NN4NN1 w - - 0 1
promotionRegionWhite = *10
promotionRegionBlack = *1
doubleStep = true
doubleStepRegionWhite = *3
doubleStepRegionBlack = *8