https://github.com/opensourcedoc/number-guess-cmd
Number Guess Game in Batch Script
https://github.com/opensourcedoc/number-guess-cmd
batch-script guess-the-number
Last synced: 4 months ago
JSON representation
Number Guess Game in Batch Script
- Host: GitHub
- URL: https://github.com/opensourcedoc/number-guess-cmd
- Owner: opensourcedoc
- License: mit
- Created: 2020-04-30T08:01:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T00:03:02.000Z (almost 5 years ago)
- Last Synced: 2025-10-06T16:35:53.472Z (9 months ago)
- Topics: batch-script, guess-the-number
- Language: Batchfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Guess Game in Batch Script
This repo demonstrates how to program in Batch script.
## Installation
Download and copy [number-guess.bat](/number-guess.bat) to a valid system path.
## Usage
Just invoke `number-guess.bat` and enjoy a nostalgic game:
```
> number-guess.bat
Input a number between 1 and 100:
```
## Copyright
Copyright (c) 2020 Michelle Chen. Licensed under MIT.