-
Notifications
You must be signed in to change notification settings - Fork 11
/
README
24 lines (17 loc) · 1018 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
24
********************
* fcpsKarel README *
********************
fcpsKarel is a framework with which to teach introductory computer science. It is designed to be taught with a packet of labs and excercises. To find out more about using these packets for your own class, contact Thomas Jefferson High School for Science and Technology.
fcpsKarel uses the ant buildsystem to compile the source. Unless you want to induce pain by compiling it yourself, you need the program "ant" to build it.
* to build the sources and a jar, run "ant"
* to build the documentation, run "ant docs"
the information for these processes is stored in the "build.xml" file.
See the file LICENSE.TXT for information about copying these files.
Author:
Andy Street <[email protected]> 2007
* Wrote the vast majority of the code and documentation.
ChangeLog:
Daniel Johnson <[email protected]> Summer 2009
* Fixed a ConcurrentModificationException
* Fixed a rendering error with walls longer than 1 unit long.
* Added more documentation