information about this package can be found in the README. here is a html-version of the README:
two games already!
this will be a collection of simple games. currently blobslay and stones. blobslay was written after seeing bubblebreak(er?) on a windows mobile phone (but before finding out it was a classic). stones is similar to the classic bejeweled.
first make sure you have "util" installed, see http://www.ueber.net/code/r/util.
make sure $ROOT is set. run "mk" to compile and "mk install" to install.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
the latest version can be found at:
http://www.ueber.net/code/r/games
this code is in the public domain, written by mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/games/
hg clone static-http://www.ueber.net/who/mjl/hg/games/
download a snapshot of the latest version: games-7.tgz.
the files in the latest revision can be found at /hg/games/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:
| rev | nodeid | when | diff | why |
|---|---|---|---|---|
| 7 | 9dfbf1e665ff | 6 weeks | diff | add mkconfig, update README |
| 6 | 60690f7c3d69 | 8 weeks | diff | when no draw context, make one using tkclient->makedrawcontext. |
| 5 | afd66bdfe8ec | 8 weeks | diff | welcome stones, a game similar to bejeweled. ... |
| 4 | 9a9ce863269e | 2 months | diff | update for newer style. use util lib for some common functions. |
| 3 | 5fc216f59800 | 17 months | diff | something useful in this readme. |
| 2 | 7cbc646e4317 | 19 months | diff | fix mkfiles for /man & /module |
| 1 | b23a81465a4a | 22 months | diff | reset score to 0 after "restart". |
| 0 | 323c951d1995 | 22 months | - | welcome blobslay. get as many points. groups >1 blob makes point... |