CountDown number game where user can give program some random numbers and target number and program have to figure out target number by using (+ - * / ) operators .
Here is small example of it in action . In this instance, one number was selected from the large set, and the rest from the small set.
{ 50 , 8 , 3 , 7 , 2 , 10 }
The randomly selected target was 556.
There are multiple ways to solve this. The smallest solution requires just four numbers:
(8 7 * 50 10 * +) = 556 (Through Reverse Polish Notation)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Download and extract the zip folder here Racket-Project
Dr Racket. You can download here Dr Racket
Once you have downloaded the executable file click on it and it will automatic guide you for installation.
Or here is the video tutorial how to install DR Racket on your machine.
File menu from DrRacket ----> Hit the open ------> select.rkt file from file Explorer
- Racket - Racket
Version 6.8 January 2017
This project is licensed under the MIT License - see the LICENSE.md file for details