Feature Request
Add a new game that enables players to play against the genetic algorithm (algo génétique). This feature involves creating a playable game where the opponent will be the genetic algorithm AI.
Expected Outcome
- Add a new game to the project.
- Players can control the lander and compete against the genetic algorithm.
- The opponent will always be the genetic algorithm (no other AI options).
- Outcome and scoring mechanics should compare the player's performance to the AI. Consumed fuel.
Potential Steps
- Implement a playable game interface for the player.
- Integrate the genetic algorithm as the fixed opponent.
- Add controls for the player to maneuver the lander.
- Display both the player's and the algorithm's trajectories/actions.
- Implement scoring and results comparison.
- Update UI to support the new game mode.
Motivation
Adding a game mode to play against the genetic algorithm would make the project interactive and fun, allowing users to test their skills against the AI and better understand how the algorithm performs.
If you have suggestions or related ideas, please comment below.
Feature Request
Add a new game that enables players to play against the genetic algorithm (algo génétique). This feature involves creating a playable game where the opponent will be the genetic algorithm AI.
Expected Outcome
Potential Steps
Motivation
Adding a game mode to play against the genetic algorithm would make the project interactive and fun, allowing users to test their skills against the AI and better understand how the algorithm performs.
If you have suggestions or related ideas, please comment below.