Skip to main content

An implementation of Alex Randolph's game Ricochet Robots

Project description

RicochetRobots

A simple implementation of Alex Randolph's board game Ricochet Robots including solver.

Compile

Compile the Java code with the command:

mkdir --parents bin
javac -classpath java/lib/commons-cli-1.3.1.jar \
    -d bin \
    java/src/info/riemannhypothesis/ricochetrobots/*.java

Run

To run, type

./solve.sh -b <board> -g

This will place four robots in random positions on the board, pick one of the targets and one of the robots to reach it, try to find a solution (within the move and time contraints specified), and then give a graphical representation of the moves.

E.g., if you want to solve the board 3 in the repository, simply run

./solve.sh -b boards/3.txt -g

For a full description of all available command line options, simply type

./solve.sh

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

ricochet-robots-0.0.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

ricochet_robots-0.0.0-py2.py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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