Implementation of the puzzle game Flood It; approximates solution using greedy algorithm
-
Updated
Dec 31, 2017 - JavaScript
Implementation of the puzzle game Flood It; approximates solution using greedy algorithm
ColorFill - yet another Flood-It clone (game and solver algorithm)
An addictive game of strategy and colour!
Games demonstrating understanding of C#.NET Framework and Object-Oriented programming (2018).
pixel color puzzle with solver
Flood-It clone as a terminal application
Flood It! is a simple addictive strategy game in which you have to flood the whole game board with one color
Flood-it game written using linked grids in Java
solving flood-it game as a search problem
Classic flood-fill puzzle game — single HTML file, offline, no tracking. Fill the board in 25 moves.
The projects are part of the course CSE-402 : Artificial Intelligence Sessional in 7th semester @buet
This project implements and analyzes various algorithmic strategies to solve the Flood-It game. The goal is to flood an NxN grid with a single color in the minimum number of moves. The implemented solutions range from basic recursive and iterative algorithms to optimized deterministic strategies and a predictive simulation model.
To associate your repository with the flood-it topic, visit your repo's landing page and select "manage topics."