Skip to content

"Guess A Number" aims at showing off at least a little more syntax of programming languages than your standard "HelloWorld" example by defining a programm everyone can relate to: The infamous guess my number-game.

License

GuessANumber/GuessANumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess A Number

How often did you read "HelloWorld"-like programs and still had no clue about the syntax of the language you are looking at?

The "Guess A Number" aims at showing off at least a little more syntax by defining a programm everyone can relate to: The infamous guess my number-game.

Let the program find a number between 1 and 100, and then guess it. Well, it could be that easy, but there's a catch: Let the program find the number by itself!

With this simple example you will get a lot of basic syntax at a glance: random number generators, loops, decisions, basic arithmetics, string handling and output.

Browse the examples in this repository and start contributing your own example in any computer language you can think about. Have a look at the CONTRIBUTING file to read more about the structure of the repository and the requirements for your code.

Thank you for making GitHub the awesome place it is!

About

"Guess A Number" aims at showing off at least a little more syntax of programming languages than your standard "HelloWorld" example by defining a programm everyone can relate to: The infamous guess my number-game.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published