Skip to content

alexcarrega/python-goose-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GooseGame

Python implementation of the Goose Game Kata.

Description

Goose game is a game where two or more players move pieces around a track by rolling a die. The aim of the game is to reach square number sixty-three before any of the other players and avoid obstacles (wikipedia).

Read more

Requirements

  1. Python (version >= 3.6) (follows the instructions at https://www.python.org/downloads).

Installation

  1. Clone the repository and enter to the created directory (default name: python-goose-game)

Linux

for@bar:~$ git clone https://github.com/alexcarrega/python-goose-game.git
for@bar:~$ cd python-goose-game

Windows

c:\foo\bar> git clone https://github.com/alexcarrega/python-goose-game.git
c:\foo\bar> cd python-goose-game
  1. Execute

Linux

for@bar:~\python-goose-game$ pip3 install cmd2 colorful

Windows

c:\foo\bar\python-goose-game> pip3 install cmd2 colorful

Usage

Linux

  1. Make sure if the file goose-game.sh is executable.

  2. If not digit

for@bar:~\python-goose-game$ chmod +x ./goose-game.sh
  1. Execute

Linux

for@bar:~\python-goose-game$ ./goose-game.sh

Windows

c:\for\bar\python-goose-game> goose-game

All Platforms

Digit help for available commands

About

Python implementation of the Goose Game Kata

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages