Update README.
This commit is contained in:
parent
c41c600a61
commit
67e2439508
|
@ -15,35 +15,15 @@ texts.
|
||||||
|
|
||||||
A Robot's Conundrom was created by Sakse Dalum, Niels G. W. Serup, and Lasse.
|
A Robot's Conundrom was created by Sakse Dalum, Niels G. W. Serup, and Lasse.
|
||||||
|
|
||||||
This is version 0.1 of the program. The development version can be fetched by
|
|
||||||
running
|
|
||||||
|
|
||||||
$ git clone git://hongabar.org/a-robots-conundrum
|
|
||||||
|
|
||||||
The development version is probably neither active nor stable.
|
|
||||||
|
|
||||||
The games' website is http://projects.hongabar.org/a-robots-conundrum (NOT UP!)
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
A Robot's Conundrum depends on PyGame <http://pygame.org>.
|
A Robot's Conundrum depends on PyGame <http://pygame.org>.
|
||||||
|
|
||||||
If you haven't downloaded the .tar.gz file, run
|
The game can be run like this:
|
||||||
|
|
||||||
% easy_install a-robots-conundrum (NOT UP!)
|
$ ./a-robots-conundrum
|
||||||
|
|
||||||
to download and install it in one go.
|
|
||||||
|
|
||||||
Else, extract the archive, cd into it, and run
|
|
||||||
|
|
||||||
$ python setup.py build (NOT DONE)
|
|
||||||
% python setup.py install (NOT DONE)
|
|
||||||
|
|
||||||
The game can then be run like this:
|
|
||||||
|
|
||||||
$ a-robots-conundrum
|
|
||||||
|
|
||||||
There is no in-game menu for adjusting things; that happens on the command
|
There is no in-game menu for adjusting things; that happens on the command
|
||||||
line. To see which things can be adjusted, run
|
line. To see which things can be adjusted, run
|
Loading…
Reference in New Issue