---
title: "Space Walk"
description: "Space Walk board game."
navigation: false
date: "2021-02-18"
img: "/img/space-walk/phase-1.png"
tags:
- C++11
- Software
---
Board game.
Repository at
[GitHub](https://github.com/riyyi/space-walk){target="_blank"},
[GitLab](https://gitlab.com/riyyi/space-walk){target="_blank"} or
[Gitea](https://git.riyyi.com/riyyi/space-walk){target="_blank"}.
This is an implementation of the [Space
Walk](https://mancala.fandom.com/wiki/Space_Walk){target="_blank"} board game,
written in C++ with ncurses for the UI, built using GNU Make. Created for the
C++ course at Hogeschool Rotterdam.
UML design.

Title screen

Setting player names.

Message box informing the players of the current phase.

Players take turns putting their space ships onto the planets.

Message box informing the players of the current phase.

Players take turns evacuating the planets, where ships that pass the edges of
the board will get sucked into black holes (top and bottom square).
