Skip to content

youssefghafour/codingame-mars-lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Mars Lander – Episode 2 (CodinGame)

This repository contains my Python solution for the CodinGame AI challenge:

Mars Lander – Episode 2

Approach

  • Heuristic-based decision making
  • Physics-aware control of rotation and thrust
  • Safe landing constraints:
    • Vertical speed
    • Horizontal speed
    • Rotation angle

##Language

  • Python 3

Platform

  • CodinGame

Notes

The solution was developed and tested directly in the CodinGame simulator.

About

Solving Mars Lander – Episode 2 using a heuristic function that evaluates landing zone alignment, velocity constraints, rotation angle, and thrust control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages