Home | Rules and Guide | Sign In/Create Account | Write a Post | Donate | #ludumdare on irc.afternet.org (Info)

Ludum Dare 23 — April 20th-23rd, 2012 — 10 Year Anniversary!

Ludum Dare 22 :: December 16th-19th, 2011 :: Theme: Alone

[ Results: Top 50 Compo, Jam | Top 25 Categories | View My Entry ]

[ View All (Compo, Jam) | Warmup ]


Logic Puzzles

Posted by (twitter: @philhassey)
December 12th, 2009 5:30 pm

So, I’ve made a python-brute-force logic puzzle generator.

('island', 'bonaire', 'port', 'north port', True)
('island', 'antigua', 'threat', 'hurricane', True)
('port', 'west port', 'threat', 'cannibals', True)
('island', 'tobago', 'treasure', 'rubies', True)
('treasure', 'pearls', 'threat', 'kraken', True)
('treasure', 'saphires', 'marker', 'rock', True)
('island', 'jamaica', 'treasure', 'gold', True)
('island', 'jamaica', 'port', 'south port', True)
('island', 'tobago', 'port', 'west port', True)
('island', 'tobago', 'marker', 'skull', True)
('treasure', 'pearls', 'marker', 'waterfall', True)
('port', 'east port', 'treasure', 'saphires', True)

.. Which could be solved using one of these grid things.

The question is, can I turn this into a playable game?
-Phil

Leave a Reply

You must be logged in to post a comment.


All posts, images, and comments are owned by their creators.

[fcache: storing page]