@ -0,0 +1,34 @@
function mainGame(playerCount){
//hide player select
//nack Spielerzahl fragen
//hide player selection buttons
// reveal dice
// build/show board
// make x player structures
//Haupt game loop
//select player
//player rolls dice
//player position gets drawn to board
//next player
// victory condition
//if boardArr + roll => 99 player n wins
//new game
}