ai-games
There are 60 repositories under ai-games topic.
dweam-team/world-arcade
Find and Play Generative Games Locally
AleksandrHovhannisyan/Steering-Behaviors
Demo of separation, alignment, cohesion, and wandering steering behaviors in Unity using spheres as boids. Behaviors can be toggled at run time.
milsaware/Javascript-AI-Rock-Paper-Scissors
A rock, paper, scissors game using artificial intelligence as the computer player. The program will remember patterns and make moves based on your historical moves
dweam-team/awesome-world-model-games
List of world model games and where to find them!
euan-forrester/ai-wisdom-3-sample
Sample code for my article Intelligent Steering Using Adaptive PID Controllers in the book AI Game Programming Wisdom 3
RPG-coder/TicTacToe-Game
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm
euan-forrester/ai-wisdom-2-sample
Sample code for my article Intelligent Steering Using PID Controllers in the book AI Game Programming Wisdom 2
siggame/Cerveau
Node.js implementation of a multi-game server intended for game with AIs.
danthurston/BeatMyChessAI
A multi-algorithm chess game that aims to teach AI concepts through experimentation. Users can select from four algorithms to compete against, as well set the search depth.
shamiul94/Chain-Reaction-Game-AI-Bot
This is a AI bot for Chain Reaction game using minimax algorithm with alpha-beta pruning ang killer move heuristic.
aOttf/SteeringSystem
A Steering System consisting of common single and group steering behaviors
manuelpagliuca/l-system
Project for the course of A.I. For Videogames, University of Milan, M.Sc. in Computer Science, A.Y. 2021/2022. Procedural generation of a tree using L-system.
mudasiryounas/tic-tac-toe-game-reinforcement-learning
Tic tac toe game intelligence agent using reinforcement learning
aniruddhadave/Udacity-AI-Nanodegree
Projects for Artificial Intelligence Nanodegree
Ahmed-Ibrahim-30/AI-Project-Chineese-checker
Chineese-checker game by minmax algorithm and alpha beta algorithm
EttoreCaputo/hadron-game
This is a game AI project for the course "Artificial Intelligence" at the University of Calabria, Italy.
sanjaysah101/RetroAI-Quest
RetroAI quest is a terminal-based, AI-powered text adventure game. Embark on a retro-style, interactive fiction journey where you control the story using natural language commands, experience dynamic story generation, and make decisions that shape your path.
sshh12/state-sandbox
State Sandbox is an experimental game for socioeconomic simulation. It uses Large Language Models (o3-mini) to simulate the world and complex policy impacts.
codershiyar/boardgame
Engaging Board Game: Human Intelligence vs. AI - Created in 12 Hours Challenge by The Hague University. Dutch Rules. Unique and Strategic Gameplay. Discover Now!
gurkanakdeniz/tic-tac-toe-alpha-beta-pruning
tic tac toe game using alpha beta pruning
justjoshtings/ms.pacman.ai
Trained a reinforcement learning agent to play the Atari 2600 game of Ms. Pac-Man. Built a web-app to live stream gameplay with TCP/IP in real-time with Flask as the app interface.
liyinnbw/AIGames
A collection of classic games developed using traditional AI algorithms
KaranJagtiani/Tic-Tac-Toe-AI-Web-App
Tic-Tac-Toe game to play against various Artificial Intelligence algorithms like Minimax, Alpha-Beta Pruning & Hill Climbing
RIMYA/AI-SnakeGame
Training snake using different Artificial Intelligence algorithms (A-STAR, BREADTH FIRST SEARCH, DEPTH FIRST SEARCH & ARTIFICIAL NEURAL NETWORKS). This game is made using pygame and python libraries.
aashrafh/UnbeatableTicTacToe
A tic-tac-toe game that never loses using the Mini-max Algorithm.
Ahmed-Ibrahim-30/Al-Aqsa-Chess-Artificial-Engine
chess engine works by Artificial Algorithm such as Alpha beta algorithm
AleksandrHovhannisyan/EmbodyGame
Embody is a top-down dungeon crawler inspired by the Binding of Isaac where you can possess slain enemies to assume their model, stats, and weapon.
andymwat/Mancala
A command line Mancala game and AI
ascpixi/ai-warden
🤖 Try to convince an AI warden to let you out of your prison!
billodalroy/Snake-Game-Deep-Reinforcement-Learning
Teaching AI to learn the Snake Arcade game
evanmarkou/light_riders_bot
A bot based on Light Riders game that uses Flood Fill and Voronoi algorithms to increase the likehood of winning every time
Liucong-sdu/Xiyou_galgame-base-on-Librian
基于librian开源galgame的西游记ai生成游戏(可自动生成剧情)
mr-r0ot/Chess_AI
Play Chess With Ai
pearlpatel207/Gesture-Game
A simple game that uses image recognition to control your character.
tritons-io/Multi-agent-Pacman
Modern Berkeley inspired Pacman environment for AI development training
wfica/AI_for_games
AI algorithms that solve Coding Games challenges.