Skip to content

catonzio/small_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Games

This repository contains small games that I have created using Flutter, showcasing classical AI algorithms in action.

Games Done

  1. Eight Puzzle: A simple game of Eight Puzzle, where the AI uses the A* algorithm to solve the puzzle.

Games To Be Done

  1. Tic Tac Toe: A simple game of Tic Tac Toe, where the AI uses the Minimax algorithm to play against the user.
  2. Connect Four: A simple game of Connect Four, where the AI uses the Minimax algorithm to play against the user.
  3. Minesweeper: A simple game of Minesweeper, where the AI uses the Constraint Satisfaction Problem (CSP) algorithm to play the game.
  4. Sudoku: A simple game of Sudoku, where the AI uses the Constraint Satisfaction Problem (CSP) algorithm to solve the puzzle.
  5. 2048: A simple game of 2048, where the AI uses the Expectimax algorithm to play the game.
  6. Snake: A simple game of Snake, where the AI uses the A* algorithm to play the game.
  7. Pong: A simple game of Pong, where the AI uses the Minimax algorithm to play against the user.
  8. Flappy Bird: A simple game of Flappy Bird, where the AI uses the Genetic Algorithm to play the game.

How to Run

  1. Clone the repository.
  2. Open the project in Android Studio or Visual Studio Code.
  3. Run the project on an emulator or a physical device.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published