Skip to content

Commit

Permalink
[trivial] Removed changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Feb 21, 2024
1 parent 6d0298e commit 86b9ad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion development/code/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const shop = new Shop();
let rulesManager: RulesManager;
const whitePlayer = new Player(PlayerColors.WHITE);
const blackPlayer = new Player(PlayerColors.BLACK);
whitePlayer.gold = 20;
const players: Array<Player> = [whitePlayer, blackPlayer];
let pieces: Array<Piece> = [
new Rook({ coordinates: [0, 0], boardId: OVERWORLD_BOARD_ID }, blackPlayer),
Expand Down

0 comments on commit 86b9ad5

Please sign in to comment.