/Citadels

A Java implementation of the Citadels board game

Primary LanguageJava

Citadels

This is an implementation of the Citadels board game.

It served for educational purposes at Institut Universitaire de Technologie of Bayonne (France).

The goal of the course was to demonstrate tecnhiques like clean code, Test-Driven Development and refactoring, which were used while developing this project.

The player interacts with the game through command-line interface only.