ychalier/hoplite
An attempt at making a basic AI for the Hoplite Android game.
This project offers an AI that plays the Android game Hoplite. It takes a live screen capture of the game as input, analyzes the game state, then automatically selects and executes the optimal move. This is designed for researchers or enthusiasts interested in developing game-playing AIs for turn-based strategy games.
No commits in the last 6 months.
Use this if you are a developer looking for a basic framework to build a game AI for Hoplite or similar turn-based mobile games.
Not ideal if you want a ready-to-use bot for casual gaming, as it requires development setup and specific screen resolution.
Stars
10
Forks
3
Language
Python
License
—
Category
Last pushed
Apr 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ychalier/hoplite"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
legends2k/2d-fov
Field of View and Line of Sight in 2D
MrRobb/Artificial-Intelligence
Some AI-related projects
JoanStinson/Decisions
C++ SDL AI Decisions: Finite State Machines and starting GOAP.
euan-forrester/ai-wisdom-2-sample
Sample code for my article Intelligent Steering Using PID Controllers in the book AI Game...
cromerc/alai
A game used to test A.I. for my university thesis.