--------------
// Switch on the power line
// Remember to put on
//PROTECTION
> public class GodDrinksJava {
//Lay down your pieces
// And let's begin
// OBJECT CREATION
> public static void main(String[] args) {
// Fill in my data
// parameters
//INITIALIZATION
> Thing me = new Lovable("Me", 0, true, -1, false); {
> Thing you = new Lovable("You", 0, false, -1, false);
// Set up our new world
> World world = new World(5);
> world.addThing(me);
> world.addThing(you);
// And let's begin the
// SIMULATION
> world.startSimulation();
--------------
@Rewind_T1ME Absolutely! i love what you've done already i'm so excited to see where they go!