/Flood-IT

Flood It is a simple strategy game in which you have to flood the whole game board with one color in less than the permitted steps

Primary LanguageC++MIT LicenseMIT

Flood-IT

Flood It is a simple strategy game in which you have to flood the whole game board with one color in less than the permitted steps.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to run the software

  • g++
  • SFML

Compile

make

Running

./exe size_board number_steps

Example to create the game board with dimension 15x15 and 20 steps.

./exe 15 20

Author

  • Vítor Godeiro

License

This project is licensed under MIT license - see the LICENSE file for details.