Skip to content

A field of 5*5 cells and 15 chips of three colors, 5 of each color.🎮Each cell of the field can be blocked, occupied by a chip or free. The chips are placed, 6 cells are blocked and 4 cells are free. Locked cells always remain locked.🕹️We can move chips to adjacent free space horizontally or vertically. Make 3 vertical rows of the same color. OOP.

Notifications You must be signed in to change notification settings

23Ruslan/js-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A field of 5 * 5 cells and 15 chips of three colors, five of each color. Each cell of the field can be blocked, occupied by a chip or free. The chips are placed, 6 cells are blocked and 4 cells are free. 🎮🕹️

Locked cells always remain locked. We can move chips to next free space horizontally or vertically. Arrange the chips in three vertical rows according to the colors above or below the field.

Pure js game, game code is in sourceCode folder, and .exe file is in pathWithEXE-win32-x64.zip archive (packed in electron js 5.0.13). Array() and Map() diagram is in the gameArrayDiagram.png file. WEB. Desktop. OOP.


About

A field of 5*5 cells and 15 chips of three colors, 5 of each color.🎮Each cell of the field can be blocked, occupied by a chip or free. The chips are placed, 6 cells are blocked and 4 cells are free. Locked cells always remain locked.🕹️We can move chips to adjacent free space horizontally or vertically. Make 3 vertical rows of the same color. OOP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published