Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLood FIll Simulator

floodfill demo

Installation

  1. install sdl2 libarary on your machine.
  2. clone this repo.
  3. Make the following folders: src/include, src/lib
  4. put all the content of sdl2/includd in src/include
  5. put all the content of sdl2/lib in src/lib
  6. put sdl2.dll in the root directory of the project.
  7. run the make file using mingw32-make or cmake
  8. run ./matrix.exe

About

It's a program that simulates the "flood fill" algorithm visually. Using cpp and SDL.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages