forked from 50m30n3/Neurobots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
19 lines (19 loc) · 800 Bytes
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Neurobots help</title>
</head>
</body>
<h1>Tips</h1>
<ul>
<li>The brain options only take effect on newly added bots.</li>
<li>Smaller brain size and complexity speeds up evolution but also limits the bots potential.</li>
<li>Be aware that even with small brains it can take a really long time to see any development.</li>
<li>You can control the view using your middle mouse button.</li>
<li>Click on bots to view their stats and export their brain.</li>
<li>To import a new brain select a bot, paste the brain data into the text box and press the "Inject!" button.</li>
<li>You can use the "Save" button to save brain data locally.</li>
<li>Increase the food respawn delay to force your bots to become better at finding food.</li>
</ul>
</body>
</html>