Skip to content

lphan48/FloodItClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flood It Clone

Completed Fall 2022

About The Project

This project mimics the Flood It game, where users have limited chances to click on cells and fill a square grid with one color. Although this is a replica, both the design and implementation are uniquely developed.

Dependencies

To run the game, you must have a JRE that supports class file version 61.0 or higher.

Installation

  1. Clone the repo:
    git clone https://github.com/lphan48/FloodItClone
  2. Navigate to project directory:
    cd FloodItClone
  3. Run the game by executing the main JAR file, located in the project's root directory:
    java -jar FloodItClone.jar

Usage

The project begins with a randomly generated board of cells:

Screenshot 2023-09-06 at 7 52 41 PM

Starting from the top leftmost cell, clicking any cell will flood the board to that color (the following image is several turns ahead from the beginning):

Screenshot 2023-09-06 at 7 53 43 PM

The game ends when either the grid is entirely one color, or the user exceeds the amount of turns indicated in the bottom right corner:

Screenshot 2023-09-06 at 7 55 42 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages