Skip to content

C++ implementation of the FloodIt game

License

Notifications You must be signed in to change notification settings

maro159/FloodIt_67

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FloodIt_67

Overview

This project is a C++ implementation of the classic puzzle game "FloodIt." It was developed during Objective Programming course at AGH University of Science and Technology. In FloodIt, the goal is to fill the entire game board with a single color within a limited number of moves.

Screenshot

Features

  • GUI-like interface in command line (works in Windows only)
  • Customization of board size and color count

How to Run

  1. Clone this repository to your local machine
  2. Import project to Visual Studop and compile
  3. Run the executable to start the game

Altenatively download compiled .exe file from Released section

Gameplay

  • Use the arrow keys to navigate the cursor and select next color
  • Press the Enter key to confirm selection
  • Try to fill the entire game board with a single color in the fewest moves possible

Notes

Inspired by Jan Wolter's: https://unixpapa.com/floodit/

About

C++ implementation of the FloodIt game

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages