jamesmoriarty / gobot

Go learning exercise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobot

Build Badge Go Report Badge

Install

go get -v github.com/jamesmoriarty/gobot/cli
go install github.com/jamesmoriarty/gobot/cli

Development

Usage

$ bin/gobot

Commands:

  - Place X<Number> Y<Number> Direction<North|East|South|West>
  - Move
  - Left
  - Right

> Place
invalid number of command arguments
> Place 1,2,West
1 2 West
> Move
0 2 West
> Left
0 2 South
> Right
command not implemented
>

Build

bin/build

Test

bin/test

Run

bin/gobot

About

Go learning exercise.

License:MIT License


Languages

Language:Go 97.1%Language:Shell 2.9%