Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.26 KB

File metadata and controls

44 lines (29 loc) · 1.26 KB

Random Guess Game

Summary

The web project aims to create a game that allows users to find a number within the range: Easy: 1-10, Medium:1-100, Hard:1-1000.

Knowledge Material:

Bisection Method

Programming Materials:

.Net, HTML, CSS

How to open the Dotnet project.

  1. Open Terminal
  2. Navigate to the folder location.
  3. Type in "Code ." to open it on Visual Code.
  4. in Visual Code or regular Terminal, type in "Dotnet run" to view it in the local host.

Website

Terminal Visual Code

Home Page

image

Easy

image

Medium

image

Hard

image

Unit Testing:

image

Followed a Test Driven Development while testing simple random class

Reference:

Tips on how to solve the Guessing Game, Use the Bisection Methods.

https://en.wikipedia.org/wiki/Bisection_method

https://en.wikipedia.org/wiki/Test-driven_development