Examples of BotFactory


Examples of de.christopherstock.shooter.game.bot.BotFactory

                    {
                        //new ItemToPickUp( ItemKind.EGameEventLevel1ChangeToNextSection, null, 10.0f, 5.0f, 0.0f, 0.0f, Rotating.ENo ),
                    },
                    new BotFactory[]
                    {
                        new BotFactory( OFFICE_PARTNER_1, BotKind.EUnitPilot,          new LibVertex( 5.0f1.0f, 2.5f ), 225.0f, new Bot.BotAction[] { /* new Bot.BotUseAction( BotEvent.ELevel1AcclaimPlayer ), new Bot.BotGiveAction( ArtefactType.EMobilePhoneSEW890i, BotEvent.ETakeMobileTest ), new Bot.BotGiveAction( ArtefactType.EChips, BotEvent.ETakeCrackersTest ) */ } ),
                        new BotFactory( OFFICE_PARTNER_2, BotKind.EUnitOfficeEmployee, new LibVertex( 2.5f6.0f, 2.5f ), 0.0f,   new Bot.BotAction[] { new Bot.BotUseAction( BotEvent.ELevel1AcclaimPlayer ), new Bot.BotGiveAction( ArtefactType.EMobilePhoneSEW890i, BotEvent.ETakeMobileTest ), new Bot.BotGiveAction( ArtefactType.EChips, BotEvent.ETakeCrackersTest ) } ),
                    }
                ),

                //storage
                new LevelConfigSection
View Full Code Here

Examples of de.christopherstock.shooter.game.bot.BotFactory

                        new ItemToPickUp( ItemKind.EGameEventLevel1AcclaimPlayer, 6.0f, 12.0f, 2.5f, 0.0f, Rotating.EYes ),
*/
                    },
                    new BotFactory[]
                    {
                        new BotFactory( OFFICE_PARTNER_1, BotKind.EUnitPilot,          new LibVertex( 5.0f1.0f, 2.5f ), 225.0f, new Bot.BotAction[] { new Bot.BotUseAction( BotEvent.ELevel1AcclaimPlayer ), new Bot.BotGiveAction( ArtefactType.EMobilePhoneSEW890i, BotEvent.ETakeMobileTest ), new Bot.BotGiveAction( ArtefactType.EChips, BotEvent.ETakeCrackersTest ) } ),
                        new BotFactory( OFFICE_PARTNER_2, BotKind.EUnitOfficeEmployee, new LibVertex( 3.0f0.0f, 2.5f ), 225.0f, new Bot.BotAction[] { new Bot.BotUseAction( BotEvent.ELevel1AcclaimPlayer ), new Bot.BotGiveAction( ArtefactType.EMobilePhoneSEW890i, BotEvent.ETakeMobileTest ), new Bot.BotGiveAction( ArtefactType.EChips, BotEvent.ETakeCrackersTest ) } ),

                        //new ShooterBotFactory( BotPlayers.OFFICE_PARTNER_1, BotKind.EUnitSecurity,          new LibVertex( 4.0f,  2.0f, 2.5f ), 225.0f, new BotAction[] {  } ),
                        //new ShooterBotFactory( BotPlayers.GENERAL,          BotKind.EUnitSecurity, new LibVertex( 5.75f, 2.0f, 2.5f ), 180.0f, new BotAction[] {} ),
                        //new ShooterBotFactory( BotPlayers.GENERAL,          BotKind.EUnitSecurity, new LibVertex( 7.75f, 2.0f, 2.5f ), 180.0f, new BotAction[] {} ),
                        //new ShooterBotFactory( BotPlayers.GENERAL,          BotKind.EUnitSecurity, new LibVertex( 1.75f, 2.0f, 2.5f ), 180.0f, new BotAction[] {} ),
                        //new ShooterBotFactory( BotKind.EUnitSpecialForces,     new LibVertex( 6.5f, 62.5f, 0.0f + 0.001f ) ),
                        //new ShooterBotFactory( BotKind.EUnitPilot,             new LibVertex( 7.5f, 2.5f, 0.0f + 0.001f ), 90.0f ),
                        //new ShooterBotFactory( BotKind.EUnitOfficeEmployee,    new LibVertex( 4.5f, 62.5f, 0.0f + 0.001f ) ),
                        //new ShooterBotFactory( BotKind.EUnitOfficeEmployee,    new LibVertex( 3.5f, 62.5f, 0.0f + 0.001f ) ),
                        //new ShooterBotFactory( BotKind.EUnitOfficeEmployee,    new LibVertex( 2.5f, 62.5f, 0.0f + 0.001f ) ),
                    }
                ),

                new LevelConfigSection
                (
                    "Test Offices - Basement",
                    LibColors.EBlack,
                    BackGround.ENight1,
                    new ItemToPickUp[]
                    {
                        new ItemToPickUp( ItemKind.EGameEventLevel1ChangeToPreviousLevel, null, 2.0f, 15.0f, 2.5f, 0.0f, Lib.Rotating.ENo ),
                    },
                    new BotFactory[]
                    {
                        new BotFactory( GENERAL,          BotKind.EUnitSecurity, new LibVertex( 3.75f, 2.0f, 0.0f ), 180.0f, new Bot.BotAction[] {} ),
                        new BotFactory( GENERAL,          BotKind.EUnitSecurity, new LibVertex( 7.75f, 3.0f, 0.0f ), 180.0f, new Bot.BotAction[] {} ),
                    }
                ),
            };
        }
View Full Code Here

Examples of org.cspoker.ai.bots.bot.BotFactory

//
//      }
//    });
    stats = new StatisticsVisitor.Factory();   
   
    BotFactory botFactory;
    try {
      WekaOptions configPersist = new WekaOptions();
      configPersist.setContinuousLearning(false);
      configPersist.setModelCreationTreshold(100);
      botFactory = new MCTSBotFactory("MCTSBot",
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.