Difference between revisions of "Gnurobots"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=GNU robots |Short description=Real-time game |Full description=You construct a program for a robot, then watch him explore a world. The world has people who can hur...")
 
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...)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GNU robots
+
|Name=GNU Robots
|Short description=Real-time game
+
|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/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.sv.gnu.org/gnurobots.git
 +
|Documentation note=https://www.gnu.org/software/gnurobots/readme.html
 +
 +
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
 +
|Version identifier=1.2.0
 +
|Version date=2008/08/03
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/13
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=none
 
|User level=none
|Submitted by=Database conversion
+
|Paid support=https://www.fsf.org/resources/service/
|Submitted date=2011-04-01
+
|Accepts cryptocurrency donations=Yes
|Version identifier=1.10
+
|OpenPGP signature=https://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz.sig
|Version date=2008-05-15
+
|Test entry=No
|Version status=stable
+
|Is GNU=Yes
|Version download=http://ftp.gnu.org/gnu/gnurobots/gnurobots-1.1.0.tar.gz
+
|GNU package identifier=gnurobots
|License verified date=2001-01-31
+
|Decommissioned/Obsolete=No
|Version comment=1.0D stable released 2000-06-20
+
|License verified date=2008-11-07
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Bendikker
 +
|License verified date=2018/05/10
 +
}}
 +
{{Person
 +
|Real name=Joshua Judson Rosen
 +
|Role=Maintainer
 +
|Email=rozzin@hackerposse.com
 +
}}
 +
{{Person
 +
|Real name=Iain R. Learmonth
 +
|Role=contributor
 +
|Email=irl@fsfe.org
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/gnurobots
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/gnurobots/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/gnurobots.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnurobots/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{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
|Interface=command-line,console,x-window-system
+
|Game=simulation, strategy
 +
|Interface=command-line, console, x-window-system
 +
|Programming-language=C, scheme
 +
|Runs-on=GNU/Linux
 +
|Use=gameplaying
 +
|Uitoolkit=gtk, ncurses
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv2orlater
+
|Prerequisite kind=Required to build
|License verified by=Janet Casey
+
|Prerequisite description=[[guile]]-2.0
|License verified date=2001-01-31
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=GNU Guile v. 1.2 or 1.3
+
|Prerequisite description=[[gtk+]] 2.0
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 15:27, 4 December 2020


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

10 May 2018




Leaders and contributors

Contact(s)Role
Joshua Judson Rosen Maintainer
Iain R. Learmonth contributor


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnurobots/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gnurobots.git/
Debian (Ref)https://tracker.debian.org/pkg/gnurobots
Downloadhttps://ftp.gnu.org/gnu/gnurobots/
Savannah (Ref)https://savannah.gnu.org/projects/gnurobots/


Software prerequisites

KindDescription
Required to buildguile-2.0
Required to buildgtk+ 2.0




Entry








"contributor" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






















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.