Skip to content

W14 | jcneally 4pm | krbriggs, christopherluo | A game where the goal is to get entire board to the same color

Notifications You must be signed in to change notification settings

krbriggs/cs56-games-flood-it

This branch is 81 commits behind ucsb-cs56-projects/cs56-games-flood-it:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jcneally
Feb 13, 2014
3432806 · Feb 13, 2014

History

18 Commits
Jun 5, 2013
May 29, 2013
Feb 13, 2014
Jun 1, 2013

Repository files navigation

games-flood-it

This game starts off with the initial grid of multi colored pixels with 4 color selections on the bottom panel that matches the colors in the grid. The purpose of the game is to, starting from the top left corner of the grid, connect the adjacent color blocks by selecting one of the four colors on the bottom until the whole screen becomes one color in a specified number of moves. The grid will be created by paintComponent that randomly selects a color from the four colors and displays it on a Jpanel with the grid layout. As each button is clicked, the block with be repainted with the color that was clicked and the amount of turns left will decrease by 1.

An example of the game 'Floodit' you can play can be found here

About

W14 | jcneally 4pm | krbriggs, christopherluo | A game where the goal is to get entire board to the same color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published