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 ff8cbae761 Updated Readme.md
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-10 22:14:16 -07:00
bin/net/grosinger/nomads -Refactored Neighbor to NeighborDrone 2011-09-10 21:57:45 -07:00
drawing -Fixed moving, hitting an edge no longer crashes the game 2011-04-23 20:03:45 -07:00
src/net/grosinger/nomads -Refactored Neighbor to NeighborDrone 2011-09-10 21:57:45 -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 Readme.md 2011-09-10 22:14:16 -07:00
sql_info.txt -Major overhaul of design. Now using interfaces rather than extending 2011-04-22 19:46:44 -07:00

Nomads

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

About

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

Wiki

A wiki with detailed information about creating a custom drone will be coming soon when the game is closer to an Alpha release.

API

An API will be released once the game is closer to an Alpha release.