Changes between Initial Version and Version 1 of Sandbox


Ignore:
Timestamp:
Aug 23, 2011 6:37:21 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sandbox

    v1 v1  
     1= Sandbox =
     2
     3The [[Sandbox]] scenario provides the user a general testbed for testing code at all levels of abstraction, new maps, et cetera.
     4
     5== Quagents Implementation ==
     6
     7[[Sandbox]] is implemented as a bare-bones [http://www.cs.rochester.edu/trac/quagents/wiki/Scenarios scenario]. The scenario contains several blank code blocks, in which the user may insert his own code for testing.
     8
     9== User Notes ==
     10
     11The sandbox does not have extensive use for users, unless prior development has been undertaken by the user. It is intended to be used mainly for testing new code. When functional, break code off into a new scenario. See the [[Scenario Creation Tutorial]].
     12
     13== Development Notes ==
     14
     15The sandbox is a useful tool for developers. It is implemented, as noted above, as a skeleton extension of the Scenario class. While this extension may be freely modified depending on the developers need, the simplest way to test code is by inserting code into
     16
     17''Adding Maps''
     18
     19''Adding Code''