yashodhanketkar / rust_guessing_game

Number guessing game written in Rust. Inspired by TheRustBook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guessinggame

Number guessing game with rust.

Goal

To learn Rust by creating a simple number guessing game

Setup

  • Clone repo

  • Run application with

  cargo run

Generated docs

  • To access docs use one of following
  # to generate docs
  cargo doc

  # to generate docs and open docs
  cargo doc --open

License

MIT License

Copyright (c) 2024 Yashodhan Ketkar

About

Number guessing game written in Rust. Inspired by TheRustBook.

License:MIT License


Languages

Language:Rust 100.0%