Skip to content

An interactive game written in Python and JavaScript. Can you guess a random number between 1 and 100 in only 6 steps?

License

Notifications You must be signed in to change notification settings

chriseborowski/random6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random6

View demoReport bugRequest featureDM author

Live demo

About

An interactive number game written in JavaScript and Python. Can you guess a random number 1 and 100 in only 6 steps?

For a live demo of the project on Replit, click here.

For a video clip demonstrating the game, click here.

Getting started

JavaScript instructions

  1. Clone the repository to your machine

git clone https://github.com/chriseborowski/random6.git

  1. Make sure you have Node.js, npm, and the readline-sync package (see below) installed

npm install readline-sync

  1. Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)

node random6.js

  1. Enjoy the game and good luck!

Python instructions

  1. Clone the repository to your machine

git clone https://github.com/chriseborowski/random6.git

  1. Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)

python3 random6.py

  1. Enjoy the game and good luck!

Roadmap

The development has been completed.

  • Initial version released
  • Live demo on Replit created
  • README.md description created
  • Added message support for string inputs (JavaScript version)
  • Added ASCII art congratulations message (Python version)

License

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

Contact

Chris Borowski

Follow me @chriseborowski on GitHubTwitterT2LinkedInLinktree (all links)

Project repository link: Random6

About

An interactive game written in Python and JavaScript. Can you guess a random number between 1 and 100 in only 6 steps?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published