ladybunne / drones

🤖 Alone, we are weak. Together, we are unstoppable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🤖 Alone, we are weak. Together, we are unstoppable.


Languages

Language:Scala 100.0%