Module: COMP20050 – Software Engineering Project 2
Team Members: Shane Whelan, Torin Murray, Francisc Pap
HexOust is a two-player board game based on a hexagonal grid. This repository contains our implementation, following a sprint-based development approach.
- Sprint 1: Display a basic hex board.
- Sprint 2: Add mouse interactions (hover highlight, click to select).
- Sprint 3 & 4: Introduce capturing logic, turn management, and winning conditions.
- Java 17+
- JavaFX (for UI)