Skip to main content

A CLI version of the Herbert game from Imagine Cup.

Project description

Herbert is a game I first saw in the Imagine Cup 2008 Algorithm Invitational.

The game requires you to solve a series of levels by writing small programs to control a robot named Herbert. The simpler and more elegant your solution, the more points you get.

It challenges your ability to see patterns and create algorithms to produce those patterns.

Here’s my clone of Herbert.

https://github.com/dwayne/herbert-python/blob/master/data/images/herbert.png

Enjoy!

Installation

To install, simply use pip (or pipenv):

$ pip install herbert

Usage

To run herbert you need a level to solve and a program, that you write, that attempts to solve the level.

Suppose the level is stored in level.txt and that you wrote and saved your solution in sol.h. Then, you’d run herbert as follows:

$ herbert level.txt sol.h

It will open a curses based text user interface that allows you to run your program against the level to determine if it solves the level and how many points your solution is worth.

N.B. The data/example directory contains an example level along with 3 attempted solutions to the level. You can use it to help you understand how the game works.

An overview of the game

A level consists of empty spaces (.), walls (*), white (w) and gray (g) buttons, and a robot (u means the robot is facing upwards, r means the robot is facing towards the right, d means the robot is facing downwards, or l means the robot is facing towards the left).

N.B. You can find an example level here.

On each level there are some white buttons. To solve a level you must press all the white buttons. Your goal then is to program Herbert, in a language called “h”, to press all the white buttons while avoiding obstacles such as walls and gray buttons (walls block Herbert’s path and gray buttons reset any previously pressed white buttons to their unpressed state).

You are only allotted a certain number of “bytes” (a unit of program size) per level. Your program must use no more than this number of bytes.

Points are awarded for each white button pressed, a bonus is awarded for solving the level, and extra points are awarded for solutions that use less than the allotted maximum number of bytes.

The “h” language

It is a simple language that contains statements, procedures with zero or more parameters and recursion. Check out the tutorial here to get a better understanding of the language.

You can find examples of the language in use here, here and here.

Challenge

Try to solve the following levels (see data/levels):

Development

Recommended tools:

Clone the repository and install the dependencies:

$ git clone git@github.com:dwayne/herbert-python.git
$ cd herbert-python
$ pipenv shell
$ pipenv install --dev

You’re now all set to begin development.

Testing

Tests are written using the built-in unit testing framework, unittest.

Run all tests.

$ python -m unittest

Run a specific test module.

$ python -m unittest tests.test_interpreter

Run a specific test case.

$ python -m unittest tests.test_interpreter.ExamplesTestCase.test_example10

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

herbert-python-0.0.1a2.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

herbert_python-0.0.1a2-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file herbert-python-0.0.1a2.tar.gz.

File metadata

  • Download URL: herbert-python-0.0.1a2.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for herbert-python-0.0.1a2.tar.gz
Algorithm Hash digest
SHA256 fcc3f70649bff10444e909f24a3838f650afabbde1d6b975071f4e07ebce1984
MD5 fa7b8c86ddaa6947cb1184323b601108
BLAKE2b-256 1a075f6ae9f691a9319c5b1cedcafdbfafcd8ac808d4adf6539afeb861d3c4ae

See more details on using hashes here.

File details

Details for the file herbert_python-0.0.1a2-py3-none-any.whl.

File metadata

  • Download URL: herbert_python-0.0.1a2-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for herbert_python-0.0.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 f1262e33173f99650ba8607eb7d86aceda326cfef3256020a6952b3a9932d399
MD5 f4ec71c6fbabe722ddaeaf95361851bc
BLAKE2b-256 62b3a94ead893db11d65f2f2f3b63cf40c4525d2d03d0fdee9f56adad6fe57a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page