changelog shortlog tags changeset files revisions annotate raw

bin/mlogin

changeset 754: d39e613e8266
parent:5c7a4da9b86e
parent:6ea3f9cf342f
author: Gregor (codu.org)
date: Mon Jan 03 22:11:26 2011 +0000 (16 months ago)
permissions: -rw-r--r--
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= Login
3
4This page allows you to log in to this wiki via a variety of popular online services:
5
6* <form action="?" method="post" style="display: inline"><fieldset><input type="hidden" name="openidTryAuth" /><input type="text" name="login" /><input type="submit" value="Log in with OpenID" /></fieldset></form>
7** See http://openid.net/get-an-openid/ for information on getting an OpenID (you probably already have one!)
8* [[?openidTryAuth&login=https://www.google.com/accounts/o8/id|Google]]
9* [[?openidTryAuth&login=http://yahoo.com/|Yahoo]]
10* [[?openidTryAuth&login=http://flickr.com/|Flickr]]
11* [[?openidTryAuth&login=http://hyves.nl/|Hyves]]
12* [[?openidTryAuth&login=http://orange.fr/|Orange]]