Difference between revisions of "Hook Timeline"

From theFarWilds
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
  
 
  Player clicks the Play: link
 
  Player clicks the Play: link
 +
game instance starts on the server
 +
No players are connected to the game
 
  Script is loaded
 
  Script is loaded
 
  any #include is loaded
 
  any #include is loaded
  '''configGame'''() is called
+
  '''configGame'''() is called  
  wait for others to join
+
map is created
 +
  wait for players to join
 
  all players have joined and selected decks
 
  all players have joined and selected decks
 
  '''beforeStart'''() is called
 
  '''beforeStart'''() is called
map is created
 
 
  flux wells are placed
 
  flux wells are placed
 +
'''duringStart'''() is called
 +
places with starting light fog are revealed to players
 
  players draw their cards
 
  players draw their cards
 
  '''afterStart'''() is called
 
  '''afterStart'''() is called
 
  Game on
 
  Game on

Latest revision as of 16:40, 23 April 2010


Player clicks the Play: link
game instance starts on the server
No players are connected to the game
Script is loaded
any #include is loaded
configGame() is called 
map is created
wait for players to join
all players have joined and selected decks
beforeStart() is called
flux wells are placed
duringStart() is called
places with starting light fog are revealed to players
players draw their cards
afterStart() is called
Game on