diguifi/Dude-TopDown
🎮 A game developed in Python, using PyGame, which purpose is to test out a genetic algorithm and compare it to a finite state machine.
This project offers a playable game experience for exploring how AI behaviors are designed and evolved. It visualizes the process of a genetic algorithm learning to control in-game enemies, comparing it against a predefined finite state machine. Game developers, AI enthusiasts, or students interested in AI for games would use this to understand genetic algorithms in a practical, interactive context.
No commits in the last 6 months.
Use this if you want to visually observe and compare genetic algorithms with finite state machines for game AI in a hands-on environment.
Not ideal if you are looking for a fully polished game or a ready-to-use AI library for your existing game project.
Stars
8
Forks
3
Language
Python
License
GPL-3.0
Category
Last pushed
Jan 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/diguifi/Dude-TopDown"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ssusnic/Machine-Learning-Flappy-Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
xviniette/FlappyLearning
Program learning to play Flappy Bird by machine learning (Neuroevolution)
SarvagyaVaish/FlappyBirdRL
Flappy Bird hack using Reinforcement Learning
virgs/flappy-bird-ai
Multiple ai powered flappy birds running for their survival
ikergarcia1996/NeuroEvolution-Flappy-Bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird...