Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 3.62 KB

README.md

File metadata and controls

64 lines (56 loc) · 3.62 KB

TheGrotShop logo
Github Build Status License Created
Release Released Commits since release

Overview

We recently embarked on a journey to learn Go with the aim of developing tools and applications specifically for the Go developer community.

This our first project is a simple number-based guessing game. This project serves as a foundational exercise to help us create and refine the necessary tools and processes for writing, testing, building, and publishing Go modules.

By leveraging GitHub Actions, we intend to automate these steps, achieving a seamless workflow similar to what we currently use for Docker Containers, Python Packages, and RubyGems. This initiative will enable us to extend our automated development and deployment capabilities to the Rust ecosystem, ensuring consistency and efficiency across our projects.

It is also a fun silly little game to play :)

How to play

git clone https://github.com/TheGrotShop/guessing-game-go.git
cd guessing-game-go
go build -o guessing-game ./src
./guessing-game