/magic9

port magic8 ball project

Primary LanguageGo

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