Space Battle Arena

A Programming Game in Java for AP CS Students.

Download Client Jar Java Docs Download Server (Windows) View on GitHub

Combat Exercise [Basic Game]

Overview

Combat Exercise is a basic game which introduces the notion of hunting other players.

Players must hunt for other players which are worth more points the longer they are alive.

Control asteroid spawning by using the standard Spawn Manager properties.

Configuration

points_time_alive_divide_by = int

Number to divide a player's time alive (in seconds) by to determine it's worth. E.g. if this value was set to 1 and a player was alive for a minute, they'd be worth 60 points. If it was set to 10 (default), then they'd be worth 6 points.

points_shoot_asteroid = int

Number of points shooting an Asteroid with a torpedo is worth.