Introducing a new project for AI lovers


 
Thread Tools Search this Thread
Top Forums Programming Introducing a new project for AI lovers
# 1  
Old 09-15-2008
Introducing a new project for AI lovers

Hi guys,

I'm the maintainer of Imperfect world of Robots, and I'm here to introduce this project to any AI lover. This is a free (as in freedom) software and release under the terms of GNU General Public License.

Although it belongs to the programming game category, it's not only about game. It simulate a world which these little, sweetie robots can live in it.

There's a difference between IWOR and other common programming games: In must of the programming games designed so far, its not that much important that how intelligence robots are. Winning or losing a game is depended on what strategy a certain robot uses. If condition changes, it will fail to win. In this imperfect world, must intelligence robot will live longer than the others, born more children and make a bigger generation.

As it mentioned on the site, the greatest feature of this project is its ability to let the robots cloning. But current release have not this ability, it's still incomplete. You can obtain latest release from download page of the website. We release monthly, so check it regularly!

If you have any question, suggestion, or find any bug, feel free to mail me: aidin.vf at gmail dot com.

Thanks for your kind attention.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Introducing Myself.

Hello! I didn't see an Introduce Yourself/Meet and Greet board, so I think this might be the right place. I'm a student and a new coder. I run Ubuntu 11.10 currently, and I program in Python, and I'm learning a few languages alongside. Random pages: Twitter - @NihilusV, other links can... (1 Reply)
Discussion started by: NihilusV
1 Replies

2. What is on Your Mind?

Introducing myself... :D

Hey guys, I am Shelby! :-) I am 13 years old and i love Unix. When i was about 6 i was introduced to computers, because almost all of my family is comprised of artists, i used macs at a very early age. I generally sat on the computer until the time i was about 10 when i walked into a laptop store... (2 Replies)
Discussion started by: mesaynaysayer
2 Replies

3. Programming

Introducing Delay less then a second.

Hi, I have a doubt in introducing a delay in the programs. We know that we do have a sleep() function/api using which we can bring a delay in terms of seconds. A minimum delay can be atleast 1 second. Now I'm bothered about how to introduce a delay that is just less than a second. Like... (3 Replies)
Discussion started by: S.Vishwanath
3 Replies
Login or Register to Ask a Question
TURNINCFG(1)						      General Commands Manual						      TURNINCFG(1)

NAME
turnincfg - manage assignments submitted with turnin SYNOPSYS
turnincfg [ OPTIONS ] [ project-name ] DESCRIPTION
Manages assignments submitted with the turnin(1) program. Allows the creation of courses and projects and the management of said courses and projects. This command used to be known as project in the early days of Turnin-NG and in the original turnin/project suite. Omitting [ project-name ] will cause turnincfg to use the default project. OPTIONS
--version Print project's version. -h, --help Print these options. -d, --disable Disable the current project. -D, --perm-disable Permanently disable submissions for the current project. -e, --enable Enable submissions for the current project and make it the default project. -l Enable submissions for the current project but does not make it the default project. -r, --remove Remove the current project and all associated files. -i, --init Initialize a project. Requires you to pass project-name -p, --compress Compress this project using the tar(1) and gzip(1) formats. -x, --extract Extract this project. This option will be called automatically if you enable a compressed project. -v, --verify Verify the cryptographic signatures on submitted assignments using gpg(1) May require you to fetch the student's public key. --list Print a list of projects, along with whether or not they are enabled and shows which project is the default project. --config=CONFIG Path to an alternate configuration file. -c COURSE, --course=COURSE Switch between the courses you are currently administering. -w, --legal Print warranty and license information. ADMINISTRATIVE OPTIONS --create-course=COURSE Creates the course COURSE. --delete-course=COURSE Deletes the course COURSE. --archive-course=COURSE Archives the course using the tar(1) and gzip(1) formats. EXAMPLES
turnincfg --create-course world-cheeses Create the course world-cheeses. turnincfg -c world-cheeses -i stilton Create the project stilton in the course world-cheeses. turnincfg -c world-cheeses -e stilton Enable and make default the project stilton turnincfg -c world-cheeses -D stilton Permanently disable submissions for the project stilton. turnincfg -c world-cheeses -p stilton Compress the project stilton. turnincfg --archive-course world-cheeses Compress the course world-cheeses and remove it from the global configuration file. FILES
/etc/turnin-ng.cf SEE ALSO
turnin(1) The full documentation for turnincfg is maintained as a Texinfo manual. If the info and turnincfg programs are properly installed at your site, the command info turnin-ng should give you access to the complete manual. AUTHOR
Turnin-NG and this manpage were written by Ryan Kavanagh <ryanakca@kubuntu.org> in the summer of 2009 and are still actively maintained. Turnin-NG is a replacement for the 'project' and 'turnin' commands written in 1990 for the SPARC architecture by an unknown author. Both Turnin-NG and this manpage are distributed under the terms of the GNU General Public License version 2, or (at your option) any later version. Turnin-NG SEPTEMBER 2010 TURNINCFG(1)