chriseborowski / random6

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

Home Page:https://github.com/chriseborowski/random6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

https://github.com/chriseborowski/random6

License:MIT License


Languages

Language:JavaScript 50.7%Language:Python 49.3%