Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

source/StartUp.cpp

Committer:
cittecla
Date:
2017-04-18
Revision:
57:1a395b6928ee
Parent:
38:3526c36e4c73
Child:
60:b57577b0072f

File content as of revision 57:1a395b6928ee:

#include "StartUp.h"


int idel()
{
    if(get_user()) {
        return 15;
    } else {
        return 10;
    }
}

int idel2()
{
    if(get_user()) {
        return 25;
    } else {
        return 11;
    }
}


int initialisation()
{
    Robot_init_all();
    return 16;
}


int inital_positioning()
{

    return 11;
}


int initial_turn()
{

    return 0;
}