Difference between revisions of "Gnurobots"
(added standard links) |
|||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU Robots | |Name=GNU Robots | ||
− | |Short description=Program a robot to explore a world | + | |Short description=Program a robot to explore a world. |
|Full description=You construct a program for a robot, then watch him explore a world. The world has people who can hurt you, objects you can bump into, and food you can eat. The goal of the game is to collect as many prizes as possible before you are killed run out of energy. The robot program is written in a text file, which doesn't limit programmers to a visual interface. However, such an interface (which will generate Scheme code) is also available for use by non-programmers. | |Full description=You construct a program for a robot, then watch him explore a world. The world has people who can hurt you, objects you can bump into, and food you can eat. The goal of the game is to collect as many prizes as possible before you are killed run out of energy. The robot program is written in a text file, which doesn't limit programmers to a visual interface. However, such an interface (which will generate Scheme code) is also available for use by non-programmers. | ||
|Homepage URL=https://www.gnu.org/software/gnurobots/ | |Homepage URL=https://www.gnu.org/software/gnurobots/ | ||
Line 7: | Line 7: | ||
|VCS checkout command=git clone git://git.sv.gnu.org/gnurobots.git | |VCS checkout command=git clone git://git.sv.gnu.org/gnurobots.git | ||
|Documentation note=https://www.gnu.org/software/gnurobots/readme.html | |Documentation note=https://www.gnu.org/software/gnurobots/readme.html | ||
+ | |||
https://www.gnu.org/software/gnurobots/faq.html | https://www.gnu.org/software/gnurobots/faq.html | ||
+ | |||
+ | '''Selection from the [https://shop.fsf.org/ FSF shop]''' | ||
+ | |||
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards | ||
|Keywords=development,games,scheme,robots,GNU Guile | |Keywords=development,games,scheme,robots,GNU Guile | ||
|Version identifier=1.2.0 | |Version identifier=1.2.0 | ||
Line 16: | Line 33: | ||
|Version download=https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz | |Version download=https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/03 |
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
− | |Submitted date=2011/04/ | + | |Submitted date=2011/04/01 |
|User level=none | |User level=none | ||
|Paid support=https://www.fsf.org/resources/service/ | |Paid support=https://www.fsf.org/resources/service/ | ||
|Accepts cryptocurrency donations=Yes | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz.sig | ||
|Test entry=No | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
Line 42: | Line 60: | ||
|Role=contributor | |Role=contributor | ||
|Email=irl@fsfe.org | |Email=irl@fsfe.org | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 53: | Line 67: | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
− | |Resource URL=https://savannah.gnu.org/projects/gnurobots | + | |Resource URL=https://savannah.gnu.org/projects/gnurobots/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://git.savannah.gnu.org/cgit/gnurobots.git | + | |Resource URL=https://git.savannah.gnu.org/cgit/gnurobots.git/ |
}} | }} | ||
{{Resource | {{Resource | ||
Line 65: | Line 79: | ||
{{Resource | {{Resource | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://ftp.gnu.org/gnu/gnurobots | + | |Resource URL=https://ftp.gnu.org/gnu/gnurobots/ |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
}} | }} | ||
{{Software category | {{Software category | ||
Line 71: | Line 89: | ||
|Interface=command-line, console, x-window-system | |Interface=command-line, console, x-window-system | ||
|Programming-language=C, scheme | |Programming-language=C, scheme | ||
+ | |Runs-on=GNU/Linux | ||
|Use=gameplaying | |Use=gameplaying | ||
|Uitoolkit=gtk, ncurses | |Uitoolkit=gtk, ncurses | ||
Line 76: | Line 95: | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=guile-2.0 | + | |Prerequisite description=guile]]-2.0 |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=gtk+2.0 | + | |Prerequisite description=[[gtk+]] 2.0 |
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 16:29, 3 January 2019
GNU Robots
https://www.gnu.org/software/gnurobots/
Program a robot to explore a world.
You construct a program for a robot, then watch him explore a world. The world has people who can hurt you, objects you can bump into, and food you can eat. The goal of the game is to collect as many prizes as possible before you are killed run out of energy. The robot program is written in a text file, which doesn't limit programmers to a visual interface. However, such an interface (which will generate Scheme code) is also available for use by non-programmers.
This is a GNU package:
gnurobots
Download
https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Joshua Judson Rosen | Maintainer |
Iain R. Learmonth | contributor |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
General | https://savannah.gnu.org/people/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnurobots/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/gnurobots.git/ | |
Debian (Ref) | https://tracker.debian.org/pkg/gnurobots | |
Download | https://ftp.gnu.org/gnu/gnurobots/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/gnurobots/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | guile-2.0 |
Required to build | gtk+ 2.0 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.