Skip to content

Instantly share code, notes, and snippets.

@geggleto
Created September 16, 2016 20:11
Show Gist options
  • Select an option

  • Save geggleto/de8621d15a68c190b8e2006219ff8259 to your computer and use it in GitHub Desktop.

Select an option

Save geggleto/de8621d15a68c190b8e2006219ff8259 to your computer and use it in GitHub Desktop.
# eve-text-mud
## Player States:
Space
Docked
# Command List
### Space Commands
- .dock <object>
- .undock <object>
- .grid
- .lock <target>
- .unlock <target>
- .cargo
- .jettison <item>
- .reload
- .point <target>
- .fire <target>
- .cease_fire <target>
- .launch drones
- .drone attack <target>
- .drone return
- .drone dock
- .cloak
- .decloak
- .overheat
### Docked Commands
- .activate <ship>
- .leave <ship>
- .buy <item>
- .sell <item>
### API
POST /register
- REQUIRED
- Username
- RETURNS
- JSON
POST /command
- REQUIRED
- <command>
- JSON
- RETURNS
- JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment