Difference between revisions of "Gnurobots"
(Added Debian link) |
m (Text replacement - "'''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 Introdu...) |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU Robots | |Name=GNU Robots | ||
− | |Short description= | + | |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/ | ||
− | | | + | |Is High Priority Project=No |
|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/faq.html |
+ | |||
+ | |||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards,gnome-robots | ||
|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 15: | Line 20: | ||
|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/13 |
− | |Submitted date=2011 | + | |Submitted by=Database conversion |
+ | |Submitted date=2011/04/01 | ||
+ | |User level=none | ||
+ | |Paid support=https://www.fsf.org/resources/service/ | ||
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz.sig | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=gnurobots | |GNU package identifier=gnurobots | ||
+ | |Decommissioned/Obsolete=No | ||
|License verified date=2008-11-07 | |License verified date=2008-11-07 | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=GPLv3orlater |
− | |License verified by= | + | |License verified by=Bendikker |
− | |License verified date= | + | |License verified date=2018/05/10 |
}} | }} | ||
{{Person | {{Person | ||
− | |Real name= | + | |Real name=Joshua Judson Rosen |
|Role=Maintainer | |Role=Maintainer | ||
− | |Email= | + | |Email=rozzin@hackerposse.com |
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Iain R. Learmonth | ||
+ | |Role=contributor | ||
+ | |Email=irl@fsfe.org | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 36: | Line 53: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah (Ref) |
+ | |Resource URL=https://savannah.gnu.org/projects/gnurobots/ | ||
+ | }} | ||
+ | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL= | + | |Resource URL=https://git.savannah.gnu.org/cgit/gnurobots.git/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnurobots/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource | + | |Resource kind=Mailing List |
− | |Resource kind= | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
− | |Resource URL=https://savannah.gnu.org/ | + | }} |
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://ftp.gnu.org/gnu/gnurobots/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | |Game=simulation | + | |Game=simulation, strategy |
|Interface=command-line, console, x-window-system | |Interface=command-line, console, x-window-system | ||
+ | |Programming-language=C, scheme | ||
+ | |Runs-on=GNU/Linux | ||
|Use=gameplaying | |Use=gameplaying | ||
+ | |Uitoolkit=gtk, ncurses | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[guile]]-2.0 | ||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description= | + | |Prerequisite description=[[gtk+]] 2.0 |
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 15:27, 4 December 2020
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.