Manila (board game)
Manila is a German-style board game designed by Franz-Benno Delonge and published in 2005 by Zoch Verlag and Rio Grande Games. It involves auctioning/bidding, betting/wagering, commodity speculation, dice rolling, and worker placement. It is set in colonial Manila.[1][2][3]
Designer(s) | Franz-Benno Delonge |
---|---|
Illustrator(s) | Victor Boden |
Publisher(s) | Zoch Verlag Rio Grande Games |
Genre(s) | Nautical, Pirates, Transportation |
Players | 3 to 5 |
Playing time | 60 minutes |
Random chance | Medium |
Age range | 10 years and up |
Honors
- 2005 Deutscher Spiele Preis Best Family/Adult Game 3rd Place
- 2005 Japan Boardgame Prize Best Advanced Game Nominee
- 2005 Tric Trac Nominee
- 2006 As d'Or - Jeu de l'Année Nominee
- 2006 Golden Geek Best Family Board Game Nominee
- 2006 Nederlandse Spellenprijs Nominee
- 2007 Årets Spill Best Family Game Nominee
Contents
- 1 game board
- 4 ware loads
- 4 dice
- 4 value indicators
- 20 cards
- 3 boats
- 20 accomplices
- 48 Philippines Coins
- 79 Coin Token (1Peso 21, 2Peso 18, 5Peso 16, 10Peso 15, 20Peso 9)
- Rule booklet
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
gollark: This is not potatOS. This is some random text.
References
- Manila, BoardGameGeek
- Review of Manila at RPG.net
- Review of Manila at Gamepack
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.