Skip to content

Commit

Permalink
[1868WY] Remove "variant" checkbox for 2p
Browse files Browse the repository at this point in the history
Once the real 2p rules are implemented the simple variant can be moved to an
optional rule
  • Loading branch information
michaeljb committed Dec 29, 2023
1 parent 68e31f8 commit c3e680a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 68 deletions.
4 changes: 2 additions & 2 deletions lib/engine/game/g_1868_wy/game.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class Game < Game::Base

# overrides
BANK_CASH = 99_999
STARTING_CASH = { 3 => 734, 4 => 550, 5 => 440 }.freeze
CERT_LIMIT = { 3 => 20, 4 => 15, 5 => 12 }.freeze
STARTING_CASH = { 2 => 1100, 3 => 734, 4 => 550, 5 => 440 }.freeze
CERT_LIMIT = { 2=> 30, 3 => 20, 4 => 15, 5 => 12 }.freeze
CAPITALIZATION = :incremental
SELL_BUY_ORDER = :sell_buy
HOME_TOKEN_TIMING = :par
Expand Down
12 changes: 1 addition & 11 deletions lib/engine/game/g_1868_wy/meta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@ module Meta
GAME_FULL_TITLE = '1868: Boom and Bust in the Coal Mines and Oil Fields of Wyoming'
GAME_ISSUE_LABEL = '1868WY'

PLAYER_RANGE = [3, 5].freeze

GAME_VARIANTS = [
{
sym: :simple_2p,
name: 'Simple 2p Variant',
title: '1868 Wyoming Simple 2p',
desc: 'Adjusted cert limit and starting cash, but does not use 2-player rules from '\
'section 11 of the rulebook.',
},
].freeze
PLAYER_RANGE = [2, 5].freeze

OPTIONAL_RULES = [
{
Expand Down
8 changes: 0 additions & 8 deletions lib/engine/game/g_1868_wy_simple_2p.rb

This file was deleted.

17 changes: 0 additions & 17 deletions lib/engine/game/g_1868_wy_simple_2p/game.rb

This file was deleted.

30 changes: 0 additions & 30 deletions lib/engine/game/g_1868_wy_simple_2p/meta.rb

This file was deleted.

0 comments on commit c3e680a

Please sign in to comment.