jd-fj / magic9

port magic8 ball project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic 8 Ball

A magic 8 ball implemented in Go using the Fisher-Yates shuffle algorithm

The gist of the program; - Seed random value - Choose random value within length of an array of answers - Select a random answer - Slowly reveal the answer to user

About

port magic8 ball project


Languages

Language:Go 100.0%