My bots

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello everyone,

    Since everyone's been designing bots for a while now, I thought: what if I made my own really quickly?

    After a good 7 days of work lasting at least 7 hours, here's what I came up with, resulting in some really advanced bots.

    Creation of bots with different types, because yes, there are not just 1 but 4 different types
    The bots all have intelligence and evolve as their actions progress, which are
    1. Automatic bot creation
    2. Building construction
    3. Launching research in the laboratory
    4. Fleet construction
    5. Defense construction
    6. Launching attacks
    7. Espionage
    8. Recycling
    9. Colonization
    10. Transport
    11. Parking
    12. Ally defense
    13. Exploration (not shipping, because I didn't code them in my game)
    14. Sabotage of players' planets
    15. Counter-attack, because yes, they are intelligent and will retaliate at some point.
    I'll leave you with screenshots and some of the bots' logs. Of course, you won't see the associated data.

    Source Code

    1. [2025-04-03 00:01:01]: A Bot has been chosen | Data: {}
    2. [2025-04-03 00:01:01]: An action has been chosen | Data: {}
    3. [2025-04-03 00:01:01]: Our Exploration is well underway | Data: {}
    4. [2025-04-03 00:02:01]: A Bot has been chosen | Data: {}
    5. [2025-04-03 00:02:01]: An action has been chosen | Data: {}
    6. [2025-04-03 00:02:01]: Our Construction was not launched it failed | Data: {}
    7. [2025-04-03 17:42:01]: Bot chosen | Data: {}
    8. [2025-04-03 17:42:01]: Action chosen | Data: {}
    9. [2025-04-03 17:42:01]: User chosen | Data: {}
    10. [2025-04-03 17:42:01]: Attack impossible | Data: {}
    11. [2025-04-03 23:20:01]: Bot chosen | Data: {}
    12. [2025-04-03 23:20:01]: Action chosen | Data: {}
    13. [2025-04-03 23:20:01]: User chosen | Data: {}
    14. [2025-04-03 23:20:01]: Planet chosen | Data: {}
    15. [2025-04-03 23:20:01]: Defense successful | Data: {}
    16. [2025-04-03 23:23:01]: Bot chosen | Data: {}
    17. [2025-04-03 23:23:01]: Action chosen | Data: {}
    18. [2025-04-03 23:23:01]: Advanced construction successful | Data: {}
    19. [2025-04-04 00:39:02]: Bot chosen | Data: {}
    20. [2025-04-04 00:39:02]: Action chosen | Data: {}
    21. [2025-04-04 00:39:02]: Planet chosen | Data: {}
    22. [2025-04-04 00:39:02]: Aggressive attack successful | Data: {}
    23. [2025-04-04 01:45:01]: Bot chosen | Data: {}
    24. [2025-04-04 01:45:01]: Action chosen | Data: {}
    25. [2025-04-04 01:45:01]: Standard colonization successful | Data: {}
    26. [2025-04-06 17:11:30]: Bot chosen | Data: {}
    27. [2025-04-06 17:11:30]: Action chosen | Data: {}
    28. [2025-04-06 17:11:30]: Planet from our bot | Data: {}
    29. [2025-04-06 17:11:30]: Fleet successfully sent to Recycle | Data: {}
    30. [2025-04-06 17:11:30]: Recycling in progress | Data: {}
    Display All
    And, of course, the whole system is 100% automatic.

    Good development to all, because as you can see, it's largely possible.

    Please note that this is my personal code, and I haven't used any of the code available here.
    ---------------------------------------------------------------------------

    Bonjour à tous,

    Vu que tout le monde s'est un peu mis à la conception de bots, je me suis dit : tiens, et si je faisais les miens vite fait ?
    Après 7 bons jours de travail de 7h minimum, voici mon résultat qui donne des bots bien poussés.

    Création des bot avec des types différents car oui il y en a pas juste 1 mais 4 différents
    Les bots ont tous une intelligence et évoluent au fur et à mesure de leurs actions, qui sont
    1. Création automatique des bots
    2. Construction des bâtiments
    3. Lancement des recherches dans le laboratoire
    4. Construction de flotte
    5. Construction de défense
    6. Lancement d'attaque
    7. Espionnage
    8. Recyclage
    9. Colonisation
    10. Transport
    11. Stationnement
    12. Défense des allier
    13. Exploration (pas expédition car je les ai pas coder sur mon jeu)
    14. Sabotage des planète des joueurs
    15. Contre attaque car oui il sont intelligent et répliqueront un moment donnée
    D'autres fonctionnalités verront encore le jour dans le temps.

    Je vous laisse avec des screens et certains des logs des bots. Bien sûr vous ne verrez pas les données associées.



    Les logs

    Source Code

    1. [2025-04-03 00:01:01]: Un Bot à été choisi | Data: {}
    2. [2025-04-03 00:01:01]: Une action a été choisie | Data: {}
    3. [2025-04-03 00:01:01]: Notres Exploration est bien partie | Data: {}
    4. [2025-04-03 00:02:01]: Un Bot à été choisi | Data: {}
    5. [2025-04-03 00:02:01]: Une action a été choisie | Data: {}
    6. [2025-04-03 00:02:01]: Notre Construction n'a pas été lancé elle a ratée | Data: {}
    7. [2025-04-03 17:42:01]: Bot choisi | Data: {}
    8. [2025-04-03 17:42:01]: Action choisie | Data: {}
    9. [2025-04-03 17:42:01]: User choisi | Data: {}
    10. [2025-04-03 17:42:01]: Attaque impossible | Data: {}
    11. [2025-04-03 23:20:01]: Bot choisi | Data: {}
    12. [2025-04-03 23:20:01]: Une Action à été choisie | Data: {}
    13. [2025-04-03 23:20:01]: User choisi | Data: {}
    14. [2025-04-03 23:20:01]: Planet choisi | Data: {}
    15. [2025-04-03 23:20:01]: Défense réussie | Data: {}
    16. [2025-04-03 23:23:01]: Bot choisi | Data: {}
    17. [2025-04-03 23:23:01]: Une Action à été choisie | Data: {}
    18. [2025-04-03 23:23:01]: Construction avancée réussie | Data: {}
    19. [2025-04-04 00:39:02]: Bot choisi | Data: {}
    20. [2025-04-04 00:39:02]: Une Action à été choisie | Data: {}
    21. [2025-04-04 00:39:02]: Planet choisi | Data: {}
    22. [2025-04-04 00:39:02]: Attaque agressif réussie | Data: {}
    23. [2025-04-04 01:45:01]: Bot choisi | Data: {}
    24. [2025-04-04 01:45:01]: Une Action à été choisie | Data: {}
    25. [2025-04-04 01:45:01]: Colonisation standard réussie | Data: {}
    26. [2025-04-06 17:11:30]: Bot choisi | Data: {}
    27. [2025-04-06 17:11:30]: Une Action à été choisie | Data: {}
    28. [2025-04-06 17:11:30]: Planet de notre bot | Data: {}
    29. [2025-04-06 17:11:30]: Envoi de la flotte réussi en Recycler | Data: {}
    30. [2025-04-06 17:11:30]: Recyclage en cours | Data: {}
    Display All
    Pour finir bien sur tout le système est 100% automatique.

    Bon développement à tous car comme vous pouvez le voir c'est largement possible de le faire.

    Attention c'est mon code personnelle je n'ai pas du tout utiliser de code disponible ici.
    You can contact me by Discord : danter14
    Discord Galactic Conquest
    Video Youtube dev + tutorials

    Webside

    The post was edited 2 times, last by Danter14 ().