Skip to content

IGuy37/CS3733-IndividualProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Engineering Individual Project: SquarePush

This project implements the solitaire game SquarePush in React.js using the Entity, Boundary, and Controller design pattern. The character NinjaSe (represented by a green 2x2 square) moves around an N by N board. The goal is to push colored tiles to form a 2x2 square of the same color and then remove it. Once all colors are removed, the game is won.

Prerequisites

Ensure Node.js is installed on your computer.

How to run the app

In the src directory, run the command:

npm start

Open http://localhost:3000 to view the game in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published