Skip to content

Writing a simple number guessing game in 10 different languages

License

Notifications You must be signed in to change notification settings

aayushxr/guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Issues MIT License


Logo

Guessing Game

Writing a simple number guessing game in 10 different languages

· Report Bug · Request Feature ·

Table of Contents
  1. About The Project
  2. Roadmap
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Product Name Screen Shot

The premise of this project is very simple. To highlight the syntax of a simple number guessing game in 10 different programming languages. Why a number guessig game? Its a simple project that includes a lot of the basics of a programming languages, like inputs, variables, if...else statements, a while loop and random number generation.

(back to top)

Built With

  • Python
  • Javascript
  • C
  • C#
  • C++
  • Go
  • Java
  • Bash
  • Rust*
  • Ruby*

(back to top)

Roadmap

  • Add Ruby
  • Add Rust
  • Bump Programming Language list to 20

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Aayush Rajagopalan - Twitter - hi@aayushrajagopalan.com

Project Link: https://github.com/Aayush-Rajagopalan/guessing_game

(back to top)

(back to top)