wolfsoftware-guessing-game

Crates.iowolfsoftware-guessing-game
lib.rswolfsoftware-guessing-game
version0.1.1
sourcesrc
created_at2024-06-12 13:13:10.564933
updated_at2024-06-12 13:19:30.263682
descriptionA simple number guessing game
homepagehttps://github.com/TheGrotShop/guessing-game-crate
repositoryhttps://github.com/TheGrotShop/guessing-game-crate
max_upload_size
id1269634
size48,908
Wolf (TGWolf)

documentation

https://docs.rs/wolfsoftware-guessing-game

README

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

Overview

We recently embarked on a journey to learn Rust with the aim of developing tools and applications specifically for the Rust 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 Rust crates.

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 :)

Installation

cargo install guessing-game

To Play

guessing-game

Commit count: 5

cargo fmt