update: lucky number game and its exercises

This commit is contained in:
Inanc Gumus
2018-10-19 11:52:52 +03:00
parent cde4e6632c
commit e4f3be01e4
9 changed files with 59 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ import (
const (
maxTurns = 5 // less is more difficult
usage = `Welcome to the Lucky Number Game!
usage = `Welcome to the Lucky Number Game! 🍀
The program will pick %d random numbers.
Your mission is to guess one of those numbers.