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.
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.
Progress on Drones is currently suspended.