Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 772 Bytes

README.MD

File metadata and controls

28 lines (20 loc) · 772 Bytes

Kuba

Push your marbles to shove red scoring marbles (or your opponent's!) off the grid.

Gameplay

Game Instructions

  • Each player has two clusters of four marbles each in opposite corners.
  • Players can push on any open end of their marbles to push the neutral or opposing marbles off the edge.
  • First player to push off 7 red marbles or all of their opponent's marbles wins.

Installation

Extract the files to a local directory.

Usage

In your terminal, run:

$ python KubaGame/main_game.py

Prerequisites

Pygame must be installed. To install Pygame with pip, use pip install pygame