[go: up one dir, main page]

Menu

[6c5c42]: / index.html  Maximize  Restore  History

Download this file

101 lines (92 with data), 4.3 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
<HTML>
<HEAD>
<META name="description" content="A programming game for study on Artificial Intelligence">
<META name="keywords" content="programming game, artificial intelligence, AI, linux, open source, free software, simulation, robot, robotic,Artificial Life, ALife, هوش مصنوعی, لینوکس, شبیه سازی, ربات, رباتیک, حیات مصنوعی">
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<TITLE>Imperfect World Of Robots -- Home Page</TITLE>
</HEAD>
<BODY>
<div id="header">
<A HREF="http://iwor.sourceforge.net"><IMG src="images/iwor-logo.png" width="200" height="71" border=0 alt="Imperfect World Of Robots logo"></A>
</div>
<div id="leftcolumn">
<H3>Menu:</H3>
<P class="columnitem">
<A href="http://iwor.sourceforge.net">Home</A><BR>
<A href="http://sourceforge.net/p/iwor/news/">News</A><BR>
<A href="http://sourceforge.net/projects/iwor/files/">Download</A><BR>
<A href="doc/">Documents</A><BR>
<A href="contribute.html">Contribute</A><BR>
<A href="about.html">About</A><BR>
</P>
<H3>Hosted By:</H3>
<P class="columnitem"><A HREF="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=233820&amp;type=2" width="125" height="37" border="0" alt="SourceForge.net Logo"></A></P>
<H3>Powered By:</H3>
<P class="columnitem">
<A HREF="http://www.gnu.org"><IMG src="images/gnu-logo.png" width="108" height="106" border=0 alt="GNU Project Logo" title="GNU Operating System"></A>
</P>
<P class="columnitem"><BR><BR>
<a href="http://endsoftpatents.org/innovating-without-patents">
<img border="0" src="http://endsoftpatents.org/local--files/buttons/esp-red_chicklet.png"
alt="Patent Free"></a>
</P>
</div>
<div id="contenttext">
<H1 align=center>Imperfect World Of Robots</H1>
<P>
IWOR is a programming game. It simulate a world in which robots controlled by programs can live in it, work, defend their tribe and even born new children!
</P>
<P>
Unlike other programming games IWOR is not just about game (competition between robots). Long term goal of this project is to simulate a world with its own rules for these robots where they can really live in it.
</P>
<P>
The greatest feature of IWOR among other projects is its ability to let robots cloning. Here some other features of this project:
<UL>
<LI>Using 'socket' to communicate between robots and the server let robots run in separate machines (Even with different
operating systems).<BR>
<LI>Although server itself writes in C++, robots can be constructed in almost any other languages.<BR>
<LI>Robots and server communicate using simple messages which makes it easy to constructing robots.<BR>
<LI>New worlds with defferent rules can be created by the user.
</LI>
</UL>
</P>
<P>
<IMG src="images/gplv3.png" ALT="GPLv3 Logo" width=88 height=31 border=0>
IWOR is a free software and distributed under the terms of
<A href="http://www.gnu.org/licenses/gpl.html">GNU General Public Licence(GPL)</A>
</P>
<P>
<H2>What is a programming game?</H2>
</P>
<P>
A programming game is a computer game where the player has no direct influence on the course of the game. Instead, a
computer program or script is written in some programming language in order to control the actions of the characters
(robots).
</P>
<P>
There's a difference between this project and other common programming games:
In must of the programming games designed so far, it's not important 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.
</P>
<P>
<H2>Contact</H2>
</P><P>
You can contact the administrator of this project by following email address:
</P><P>
&nbsp;&nbsp;&nbsp;<I>aidin.vf(AT)gmail.com</I>
</P>
<P class="copyright">
Copyright &#169; 2008, 2009 Aidin Gharibnavaz<BR>
You are free to redistribute and/or modify whole site's documents and graphics under the terms of the
<A href="http://www.gnu.org/licenses/fdl.html" title="Obtain a copy of GNU FDL license">GNU Free Documentation License.</A>
</P>
</div>
<div id="language">
<P>
[English/<A href="http://iwor.sourceforge.net/fa/index.html">فارسی</A>]
</P>
</div>
</BODY>
</HTML>