Browse Source

Hinzufügen der Funktion maingame

main
Richard Halsall 2 years ago
parent
commit
33d6e55122
  1. 34
      schlangen_und_leitern/js/Bridge.js

34
schlangen_und_leitern/js/Bridge.js

@ -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
}
Loading…
Cancel
Save