Skip to content

gopilaxman/RanPlanQuartoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RanPlanQuartoGame

Donwload the project in Visual Studio Run the code

In the main program, You can pass the parameter of pieces on board as like below:\

        myGameBoard.board[0, 0] = "1";
        myGameBoard.board[0, 1] = "3";
        myGameBoard.board[0, 2] = "5";
        myGameBoard.board[0, 3] = "6";

Above sample data illustrate board like below :
|1|3|5|6|
|  |  |  |  |
|  |  |  |  |
|  |  |  |  |

Below are the 16 Pieces of coins {"LIGHT","ROUND","TALL", "HALLOW"}, // 1
{"LIGHT","ROUND","TALL", "SOLID"}, // 2
{"LIGHT","ROUND","SHORT", "HALLOW"}, // 3
{"LIGHT","ROUND","SHORT", "SOLID"}, // 4
{"LIGHT","SQUARE","TALL", "HALLOW"}, // 5
{"LIGHT","SQUARE","TALL", "SOLID"}, // 6
{"LIGHT","SQUARE","SHORT", "HALLOW"}, // 7
{"LIGHT","SQUARE","SHORT", "SOLID"}, // 8
{"DARK","ROUND","TALL", "HALLOW"}, // 9
{"DARK","ROUND","TALL", "SOLID"}, // 10
{"DARK","ROUND","SHORT", "HALLOW"}, // 11
{"DARK","ROUND","SHORT", "SOLID"}, // 12
{"DARK","SQUARE","TALL", "HALLOW"}, // 13
{"DARK","SQUARE","TALL", "SOLID"}, // 14
{"DARK","SQUARE","SHORT", "HALLOW"}, // 15
{"DARK","SQUARE","SHORT", "SOLID"} // 16\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages