View demo • Report bug • Request feature • DM author
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.
- Clone the repository to your machine
git clone https://github.com/chriseborowski/random6.git
- Make sure you have Node.js, npm, and the readline-sync package (see below) installed
npm install readline-sync
- Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)
node random6.js
- Enjoy the game and good luck!
- Clone the repository to your machine
git clone https://github.com/chriseborowski/random6.git
- Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)
python3 random6.py
- Enjoy the game and good luck!
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)
Distributed under the MIT License. See license.txt
for more information.
Chris Borowski
Follow me @chriseborowski on GitHub • Twitter • T2 • LinkedIn • Linktree (all links)
Project repository link: Random6
- versions: JavaScript • Python