Search results for query: *

  1. Demmler77

    Moving objects

    I took a lot out and it starts with the Main class. I wrote this code to create a Object which infects all other Objects. But is this way "OK" if the real ant object with its properties doesnt get effected and only from other methods things are just covert to make it look like?:D And i would be...
  2. Demmler77

    Moving objects

    Im really sorry for confusing you all! I will update it to the most important and the Method named object was formerly in my mother language , i'm sorry i thought it will be easier if u know that this is a obligatory object class for the ants... but i confused just more... I searched a lot of...
  3. Demmler77

    Moving objects

    using System; namespace AmeisenSimulation { class MainProgram { public static void BringAntIntoDanger(objects[] Givenants) { Random rnd; Antdanger[] DangerObjects= new Dangerobject[15]; //dangerous objects for (int i = 0; i...
  4. Demmler77

    Moving objects

    Basically its just a console app about a ant simulation. i think about 4-5 base classes. One is called Object in general with coordinates and in class Ant it gets more specific. I have got everything important and the main code. But Im trying to put in some additonal methods to get catastrophes...
  5. Demmler77

    Moving objects

    Hallo, currently I'm working on a 'small' Console Application. Its something like a Simulation with moving objects and i already have the Main code and i just need Help by additional Methods to move Them in specific ways, or to create danger for existin objects. Thanks for your help
Back
Top Bottom