boatman

A simple logic game.


Keywords
boat, man
Licenses
GPL-3.0/GPL-3.0+
Install
pip install boatman==0.0.6

Documentation

boatman

A simple logic game.

Portuguese

Um jogo de lógica simples.

Description, features and To do

Description

A simple logic game. A boatman is comissioned to take a Wolf, a Goat and some Pasture to the other margin. He can only take one at the time. While he is on the dock, nothing happens. As soon as he leaves, the animals will try to eat. The order of transportation is important because the Wolf eats the Goat and the Goat eats the Pasture, but the Wolf doesn't eat the Pasture.

Portuguese

Um jogo de lógica simples. Um barqueiro é contratado para levar um Lobo, uma Cabra e Pasto para a outra margem. Só pode levar um de cada vez. Enquanto está na doca nada acontece. Assim que sai, os animais tentam comer. A ordem de transporte é importante porque o Lobo come a Cabra e a Cabra come o Pasto, mas o Lobo não come o Pasto.

Features:

  • Easy to play.
  • Simple game.

To do

  • boatman.py: add sound
  • boatman.py: gui version

Installation and usage

Installation

$ pip install boatman

Usage

$ boatman

Resources and contributing

Resources

Contributing

If Other repository above is Github or compatible, follow these guidelines for contributing:

  1. Fork the repository .
  2. Make a branch of master and commit your changes to it.
  3. Ensure that your name is added to the end of the AUTHORS.rst file using the format: Name <email@domain.com>
  4. Submit a Pull Request to the master branch.