peterjosling / risk

Networked implementation of the Risk game
1 stars 1 forks source link

Risk

Build Status

This is the Risk implementation, with specific folders for different segments of the game:

Compilation

Just run ant, compiled java source files will be placed in bin and a jar created

Tests

Run ant test. Additionally, run.sh will automatically execute tests and refuse to execute the main application should the tests fail

Usage

Simply execute run.sh. See note above regarding tests.

:warning: Make sure your tests pass!