JavaFX Snake AI Agent
Budget: $10 – $30 USD
I’ve built a classic Snake game shell in JavaFX, and now I want to add an autonomous agent that can play the game on its own.
I’ll provide the rules and gameplay details (movement logic, obstacles, scoring, etc.). The goal is for the agent to:
• Avoid walls, its own body, and dynamic obstacles.
• Collect food or bonus items efficiently.
• Follow a clear, deterministic movement pattern (e.g. wall-following, Hamiltonian path, or heuristic-based strategy).
• Adapt to both fixed and randomly generated levels.
I’m looking for help designing and coding the logic in JavaFX (JDK 17) — preferably something I can copy into Eclipse and run within my existing project setup.
A lightweight, object-oriented approach using standard Java and JavaFX (no external libraries) is ideal.
I’ll provide the rules and gameplay details (movement logic, obstacles, scoring, etc.). The goal is for the agent to:
• Avoid walls, its own body, and dynamic obstacles.
• Collect food or bonus items efficiently.
• Follow a clear, deterministic movement pattern (e.g. wall-following, Hamiltonian path, or heuristic-based strategy).
• Adapt to both fixed and randomly generated levels.
I’m looking for help designing and coding the logic in JavaFX (JDK 17) — preferably something I can copy into Eclipse and run within my existing project setup.
A lightweight, object-oriented approach using standard Java and JavaFX (no external libraries) is ideal.