Navigation Menu

Skip to content

ladybunne/drones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drones GitHub version Build Status Coverage Status

Drones is a small and simple game: the premise is that you are a lone survivor on some desolate planet. At your disposal are a handful of multi-purpose drones; you must use them to traverse the inhospitable landscape, search for resources, construct bases, dispose of local hostiles, and eventually find a way off the planet.

Design Principles

Drones was designed to be view-agnostic - from a technological standpoint, "players" of Drones would have to construct their own method of interacting with the game library. This could take the form of a command-line interface (easier) or a graphical user interface (harder).

The game's interactions are designed to be standardised through function calls. Regardless of presentation, everything should behave identically.

Status

Progress on Drones is currently suspended.

Releases

No releases published

Packages

No packages published

Languages