-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
24 lines (16 loc) · 888 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Neurobots by 50m30n3
http://d00m.org/~someone/neurobots/
This program simulates small robots,
each one is controlled by a recurrent artificial neural network.
It was tested in Firefox 3.6, Firefox 4 and Chromium 9,
but it should work in any browser that supports the canvas tag.
Neurobots is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Neurobots is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with neurobots. If not, see <http://www.gnu.org/licenses/>.