Archived
1
0
A fully automated exploration game.
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Tony Grosinger 8b0ec5fcc0 -Created NeighborObjective Class to reference an objective on the map
-Implemented discovery of Objectives nearyby

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-22 15:43:31 -07:00
bin/net/grosinger/nomads -Created NeighborObjective Class to reference an objective on the map 2011-09-22 15:43:31 -07:00
src/net/grosinger/nomads -Created NeighborObjective Class to reference an objective on the map 2011-09-22 15:43:31 -07:00
.classpath Project Created 2011-04-18 16:12:35 -07:00
.project Project Created 2011-04-18 16:12:35 -07:00
README.md -Updated URL in Readme 2011-09-15 13:29:56 -07:00

Nomads

A small Java based game where creating the A.I. is the fun part.

About

Using the API and the SampleDrone create a drone of your own that can destroy all the other drones. A sucessful drone will be able to gather resources, avoid the law and other malicious drones, and even reproduce to increase it's forces.

Wiki

The wiki is currently under construction and can be found linked above (or Here)

API

The API provides all the information needed to create your first Drone. You can find the web version Here.