Histórico de Commits

Autor SHA1 Mensagem Data
  wes e975f02ae5 added networking startup to main.cpp. todo: do front end game design of what makes a game fun. fester.h is some windows socket related stuff. há 4 anos atrás
  wes b45c97e9f6 added diceTropy funciton to dice.cpp to increase entropy of dice. changed Turn turn to Turn turnInProgress - can check the turn and then now add it to a player's currentTurnOlok. scoreSheet will have a secretNumber to stop impersonation. há 4 anos atrás
  wes d3414aecb7 created new method translateToMove. expanded on the receive method in game.cpp. há 4 anos atrás
  wes d0d2fd4ab2 create checkTurn method as a wrapper around the rules for a turn. há 4 anos atrás
  wes 514630997f refactored leftToRightRule. há 4 anos atrás
  wes f6e60d5524 refactored the LockoutRule method. changed the method Turn into Round so we could then we could rename CollectionOfMoves to Turn. há 4 anos atrás
  wes 8402012533 added isMoveRepresentedInDie function in game.cpp. added Moves struct and CollectionOfMoves struct in game.h. há 4 anos atrás
  wes 575fc6a0ba fixed olok so the colors are accessible as colors instead of an index. added isColor function. on game.cpp added active player. working on pseudocode for turn game code. há 4 anos atrás
  wes aaab62e18a Refactored some game code by moving parts into Olok, updated how olok stores internal data há 4 anos atrás
  wes b2461252ef renamed playerCard to ScoreSheet in all files to remove confusion and rewrite the ScoreSheet class. há 4 anos atrás
  wes f3034cbdcb wrote prototypes for send/receive functions(did part of send) for a client/server model. fixed a few bugs in game.cpp (initialize, state, addPlayer). há 4 anos atrás