Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 948 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 948 Bytes

About

This is a basic implementation of the Roman game of Tabula. As well as supporting human players the game also has computer players. A human player can play against a computer player, or you could even have computer player vs computer player. The computer players were created by experimentation and then playing them against themselves. By running thousands of games we can determine whether an improvement has been made.

Usage

The game can either be compiled from sources, or run using the contents of compiled. The game runs by default in GUI mode, but also has a console interface. Text scaling support might not be great as this was created a few years ago with less consideration for scaling (and JavaFX has improved support since then). However resizing of the UI should work well due to how javafx supports adaptive layouts.

Example image

image