= Sandbox = The [[Sandbox]] scenario provides the user a general testbed for testing code at all levels of abstraction, new maps, et cetera. == Quagents Implementation == [[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. == User Notes == The 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]]. == Development Notes == The 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 ''Adding Maps'' ''Adding Code''