forked from karpathy/scriptsbots
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
25 lines (17 loc) · 1.44 KB
/
Copy pathREADME
File metadata and controls
25 lines (17 loc) · 1.44 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
#### ALERT! ####: My branch of this project has outgrown the parent and is being split off so it can grow on its own!
Please redirect your attention to https://github.com/GhengopelALPHA/Evagents
#############################################################################################################################
This is a Windows version of Scriptbots, originally by Andrej Karpathy, continued by Julian Hershey
Project Home: https://sites.google.com/site/scriptbotsevo/home
To compile scriptbots you will need:
* CMake >= 2.8 (http://www.cmake.org/cmake/resources/software.html)
* OpenGL, GLUT (http://www.opengl.org/resources/libraries/glut/)
For windows:
Extracting the .zip file with the version number inside the download will give the executable and its parts. Tested on a
Windows XP, Windows 7, and Windows 10 machines.
If you wish to edit the source code, you will need to run CMake first on the source code. If you use VC++, there are several
other steps you might need to take, including setting several flags and ignoring certain libraries. I can't tell what steps
you should take because honestly, I don't know what they are (I only do this as a hobby, my skills are limited)
Once running, the program will generate two folders, "saves" and "saved agents", and a "settings.cfg" file.
QUESTIONS COMMENTS are best posted at the google group, available on project site
or contact either andrej.karpathy@gmail.com or julian.hershey@gmail.com