Consolidate folders
@ -1,21 +0,0 @@
|
||||
# Intro
|
||||
|
||||
What is this game about? How many players?
|
||||
|
||||
# Objective
|
||||
|
||||
What is the object of the game?
|
||||
|
||||
# Components
|
||||
|
||||
What are the components? List them out.
|
||||
|
||||
# Gameplay
|
||||
|
||||
What does each turn look like? Describe a turn.
|
||||
|
||||
# Scoring
|
||||
|
||||
How is victory assigned?
|
||||
|
||||
|
@ -18,3 +18,8 @@ Squib::Deck.new(cards: 18, layout: 'layout.yml', width: '3.5in', height: '2.5in'
|
||||
save format: :png, prefix: 'card_'
|
||||
save_pdf trim: 37.5, file: 'pnp.pdf'
|
||||
end
|
||||
|
||||
Squib::Deck.new(cards: 1, width: '3in', height: '4in') do
|
||||
rect
|
||||
save_pdf trim: 37.5, file: 'player.pdf'
|
||||
end
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |