Consolidate folders

This commit is contained in:
Matt Soucy 2022-05-21 20:49:00 -04:00
parent 33ea79ad4a
commit 2e8e48f217
Signed by: msoucy
GPG Key ID: 7996734FB2370F0C
19 changed files with 5 additions and 21 deletions

View File

@ -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?

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB