Necktschnagge / tobor-games

0 stars 0 forks source link

Tobor (Beta)

Overview

Tobor is an implementation of the game Ricochet Robots. grafik

Rules

The goal of the game is to move the target piece (here the green ball) to the target cell on the board (here the cell painted in green) within the smallest amount of steps you can find. You may move the target piece or any other piece too. Pieces move in one of the four directions NORTH, EAST, SOUTH, WEST. However in one step a piece always moves as far as possible until hitting any obstacle. Obstacles on the board are walls on the one hand and other pieces on the other hand. One move in one direction is countet as a step. The steps of all pieces are summed together to obtain the total number of steps needed.

So in the example screenshot above, an optimal solution would be to move the blue piece to the east, followed by the green piece to the south and to the west. This is the only optimal solution here and it needs three steps in total.

The implementation's goal

We will add a more detailed description here once we left Beta status.

Get Started For Development

Install Dependencies

Qt6 versus Qt5