filipsyn / number-guessing-game

Guessing game for two players written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number guessing game

Small game where two players compete about who gets closer to randomly generated number. This project was written as my introduction into Go programming language to practice some of the basics.

Screenshot

Screenshot of the game

Program setup

Prerequisites

For running this application you will need Golang installed on your system. Game was built with Go version 1.18.

Downloading & running

git clone git@github.com:filip0s/number-guessing-game.git
cd number-guessing-game/
go run .

Used technologies

  • Golang 1.18

About

Guessing game for two players written in Golang


Languages

Language:Go 100.0%