Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.4 KB

ReadMe.md

File metadata and controls

58 lines (34 loc) · 1.4 KB

Admiral

Abstract

An admiral simulator.

Very far off from an actual admiral...

by Krumuvecis

Requirements

For running

For compiling

Dependencies

Launch instructions

  1. Ensure you have the correct version of Java installed (see requirements above).
  2. Get a release of Admiral here.
  3. Launch desired mode:
    1. Normal mode:
      • (Windows) run run.bat.
      • (other OS) run .jar argumentless.
    2. Dev mode:
      • (Windows) run runDev.bat.
      • (other OS) run .jar with argument dev.

Functionality

Currently only simulates pressure-wind relationship.

Pressure gradient creates wind; wind creates pressure gradient.

Notes

UI needs some polishing, but it'll do for now.

Work is under progress, expect changes.