Freid001 / go-play

A series of simple cli games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Play

About

  • A series of simple cli games.
  • The purpose of this project was to gain some experience writing an application in Golang.

Requirements

Installation

// build 
docker build -t go_play .

// run
docker run -it go_play bash

Usage

// run
go run *.go

// hello
go run *.go hello -name="your_name"

// time
go run *.go time

// guess number
go run *.go guessnumber

// fizzbuss
go run *.go fizzbuzz -numbers="comma_separated_number_string"

About

A series of simple cli games.


Languages

Language:Go 92.0%Language:Dockerfile 8.0%