Visual illustration of the code challenge: Batmobile et IA

Batmobile et IA

Aide Batman à programmer l’Intelligence Artificielle de la Batmobile.

Coding in the sandbox You must be logged in to access the sandbox.

Mission

Batman travaille dans la Batcave sur le programme de la Batmobile. Il cherche à programmer les instructions pour vaincre ses ennemis de façon automatique.

Règles

Le système scanne les ennemis alentours et renvoie les informations sur les ennemis :

  • x:3 signifie que l’ennemi se trouve en position 3 sur l’axe x
  • pv:35 signifie que l’ennemi a 35 points de vie

Pour l’instant, dans cette version bêta de la Batmobile, celle-ci ne se déplace que dans une seule direction et démarre toujours à la position x:0.

La batmobile peut faire feu et retire 10 PV à chaque fois. Pour vaincre un ennemi qui a 22 PV, il faudra faire feu 3 fois.

La batmobile ne se déplace que dans un sens, il faudra donc vaincre les ennemis selon l’ordre croissant de leur position x.

Tu dois retourner les instructions que doit réaliser la batmobile pour vaincre tous les ennemis :

  • un « D » signifie un Déplacement de 1 sur l’axe x
  • un « F » siginifie faire Feu 1 fois

Par exemple, s’il y a un ennemi « x:3 pv:35 », tu dois retourner : « DDDFFFF »

Solve the challenge

To code this challenge, several possibilities:
- Want to start coding right away? Use the online Sandbox.
- Want to work in your favorite editor? Organize your code well, test, check out our API documentation.
- You can also copy/paste a dataset below.

challenge code for resolution via API: BATMAN_1

Some resources to help you:
Data and algorithmic logic Methodologies Corrections

Support for resolution

Progress through challenges using our resolution aids: tools, techniques and advice to help you overcome the most complex programming challenges with methodology, confidence and creativity.

Dataset and algorithmic logic

Based on the data and the expected response, use the process to determine the logic to implement.

Show data and progress

Methodologies

Develop a structured approach with our solving guides. Work on specific concepts such as object-oriented programming or unit testing to improve your coding style and progress.

No methodology yet for this challenge, but we are working on it! Follow us to be informed of the release!


Corrections

The corrections allow you to discover certain technical concepts but will also give you a solution to the challenge. Code the challenge yourself before consulting the corrections ;)

Programming concept(s) that can be used to solve this challenge: Conditions, Tableaux, Fonctions, Parsing

Keep coding

Other challenges to complete

Beginner
Le Grinch

Le Grinch

La nuit du réveillon est une période joyeuse, mais le Grinch a d’autres plans en tête !

Behavioral
Intermediate
L’explorateur de l’espace #3

L’explorateur de l’espace #3

Avec tes satellites, tu peux obtenir des informations depuis les frontières de l’univers connu… Mais comment va tu traiter cette énorme quantité d’informations ??

Behavioral
Intermediate
Maman j’ai raté l’avion

Maman j’ai raté l’avion

Kevin McCallister doit défendre seul sa maison de 2 cambrioleurs pendant les fêtes de fin d’année.

Behavioral

Your newsletter every month

Corrections, challenges, news, technical monitoring... no spam.