Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collapse Game

A game found on the internet commonly as "Chain Reaction"

My version is based on some mobile apps like "2 Player Games: The Challenge" and "1 2 3 4 Player Games" (On those apps it's named "Color Wars")

Rules

  • First move for both players they can place their piece anywhere (except the other person's first piece)
  • On all other moves a player must only place on their own already placed pieces
  • Once a piece reaches 4, it will explode into it's 4 neighbours (Up Left Right Down) and will add 1 to them
    • This action also makes the piece yours, so watch out for your enemey!
  • You win once you capture all of your enemy's pieces

Usage

  • Clone the project, install the requirements, and run the project:
    • Clone the repository and enter the directory:
    git clone https://github.com/FYI-PSA/Collapse-Game.git && cd Collapse-Game
    • Install the required python packages:
    python -m pip install -r ./requirements.txt
    • Then run the file:
    python main.py

About

A version of the "Chain Reaction" game, in the terminal, with clean coding and easy to use for integrating into other python apps

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages