Kacper-Pietkun/splix.io-multiplayer-AI
Implementation of online multiplayer game - splix.io, enriched by two kind of bots using AI. Bots using heuristic algorithm and bots using NEAT algorithm.
This project offers an online multiplayer game similar to Splix.io, where players compete to expand their territory while eliminating opponents. It features two types of AI opponents: rule-based 'heuristic' bots and 'NEAT' bots trained using neuroevolution. It is for anyone interested in playing a strategic territorial game against AI or other players.
No commits in the last 6 months.
Use this if you want to play a Splix.io-like game against different AI personalities or with friends over a local network.
Not ideal if you are looking for highly sophisticated, human-like AI opponents that don't exhibit predictable patterns.
Stars
8
Forks
2
Language
Python
License
—
Category
Last pushed
Feb 10, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Kacper-Pietkun/splix.io-multiplayer-AI"
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...