Commit History

Author SHA1 Message Date
  wes 514630997f refactored leftToRightRule. 4 years ago
  wes f6e60d5524 refactored the LockoutRule method. changed the method Turn into Round so we could then we could rename CollectionOfMoves to Turn. 4 years ago
  wes a47beaa67d fixed code smell on line 194. removed ternary. 4 years ago
  wes 8402012533 added isMoveRepresentedInDie function in game.cpp. added Moves struct and CollectionOfMoves struct in game.h. 4 years ago
  wesvirus 3022f1800e Merge branch 'master' of emma/VS_CODE into master 4 years ago
  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. 4 years ago
  emma e855b07991 initial version of the web frontend 4 years ago
  jb6113 d82e40b7b8 initial commit 4 years ago
  jb6113 a508d76ef9 this is the one I want to keep 4 years ago
  emma 2578c8863c improved the quality of markdown 4 years ago
  emma 93971e31d1 added new important file 4 years ago
  emma 7cef8a710e hacking against wesley 4 years ago
  wes a4108aebcf oops 4 years ago
  wes aaab62e18a Refactored some game code by moving parts into Olok, updated how olok stores internal data 4 years ago
  wes 7ee6176e05 added olok in place of (junk code that was not figured out previously) to transfer player's input for turn for the end of turn. 4 years ago
  wes b2461252ef renamed playerCard to ScoreSheet in all files to remove confusion and rewrite the ScoreSheet class. 4 years ago
  wes 9eabba45dc updated todo list. 4 years ago
  wes f698a46c7e send is now completed. received pseudocode is written and needs to be coded. 4 years ago
  wes 3167345975 added storage to playercard to save the current selection. 4 years ago
  wes 77fd0ca85b dice is now rolled when it is constructed. 4 years ago
  wes cf4a0e2c03 update toDo list to improve makefile for qwixx 4 years ago
  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). 4 years ago
  wes 9bd77537ec added score function to game, includes lockout, points, check for penalties. improved how turns will take place in game. 4 years ago
  wes 533fe0bf7e defined common colors and states of play in qwixx.h 4 years ago
  wes 8801594f2e microsoft made some changes to "fix" vscode maybe? 4 years ago
  wes b94348c025 created dice object so there are dice for the game. 4 years ago
  wes d1386ef4ed updated makefile/tasks.json to allow relative build folders. practiced using pseudo random in main.cpp for qwixx game. 4 years ago
  wes e3ac70e269 Merge branch 'master' of http://dusty.thestrengthfoundry.com:3000/wesvirus/VS_CODE 4 years ago
  wes b14b098743 readme changes for pseudocode. 4 years ago
  wesvirus 0e1f73a9c0 basic template laid out to start coding 4 years ago