Skip to content

mambucodev/games.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Games.rs

This repository is a collection of games implemented in Rust. Each game is contained within its own submodule. Currently, the repository includes the following games:

  • Wordle: A command-line implementation of the popular word-guessing game.
  • Guess: A number guessing game.

Setup

  1. Ensure you have Rust installed on your system.
  2. Clone this repository along with its submodules:
    git clone --recurse-submodules https://github.com/mambucodev/games.rs.git
  3. Navigate to the project directory:
    cd games.rs

Games

Wordle

Wordle is a command-line implementation of the popular New York Times word game. The game challenges players to guess a five-letter word in six attempts, providing feedback using color-coded letters.

For more details, visit the Wordle repository.

Guess

Guess is a simple number guessing game where the player tries to guess a randomly generated number within a specified range.

For more details, visit the Guess repository.

How to Play

Wordle

  1. Navigate to the wordle.rs directory:
    cd wordle.rs
  2. Run the game using Cargo:
    cargo run

Guess

  1. Navigate to the guess.rs directory:
    cd guess.rs
  2. Run the game using Cargo:
    cargo run

Contributing

Feel free to contribute to this collection by adding new games or improving existing ones. Fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Enjoy playing and developing games in Rust!

About

A bunch of games made in Rust, collected together! 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors