changelog shortlog tags changeset files revisions annotate raw

bin/Sparkling Lemonade

changeset 754: d39e613e8266
author: Gregor (codu.org)
date: Mon Jan 03 22:11:26 2011 +0000 (16 months ago)
permissions: -rwxr-xr-x
description: medit/bin/N-in-a-row game chebang=#!/usr/bin/env .wiki cont=This is an idea for a game which:

* Is entirely non-random
* Has no hidden information
* Involves strategy
* Is playable by normal humans
* Has an infinite state-space
* Is hopefully fun
* Is generally unsolvable
** Although it may be solvable when restricted to "reasonable" board sizes

The basic idea is:

* The gameboard is an infinite grid
* One player starts by placing a single X anywhere
* The second player must get two Os in a row within f(1) turns (f to be defined)
* Generally, if you get N in a row, then the opponent has f(N) turns to get N+1 in a row or you win. Then it repeats when they have N+1
* You can also get N+1 in a row yourself, in which case the counter resets with you still in the winning position.

Open questions:

* What is f?
* Can you place your symbol anywhere, or only next to the existing game?

Of course, the most vital part is the definition of f, and we're not yet sure what to do with that.
1#!/usr/bin/env .wiki
2==Ingredients==
3* 2 1/2 cups minus 1tbsp water
4* 2 tbsp sugar
5* 1/4 tsp citric acid
6* 6 drops lemon extract
7
8==Recipe==
9Add water and solids (sugar and citric acid) to a 20 oz bottle. Shake thoroughly to mix. Add remaining ingredients and shake again to mix. Refrigerate, carbonate, drink. Resulting soda will be clear.
10
11Note that this isn't very sweet. If you like it sweeter, add more sugar (duh)!