Package units

Examples of units.LivingBiologicalUnit


        this.dnaParam = dnaParam;

        alive = true;
        duplicating = false;

        unit = new LivingBiologicalUnit(world, cell);
        unit.setLastOccupiedCell(cell);

        direction = (short) (Math.random() * 8);
        leftOrRight = (short) ((Math.random() > 0.5) ? -1 : 1);
        speedCounter = 0;
View Full Code Here

TOP

Related Classes of units.LivingBiologicalUnit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.