Skip to content

alan-augustine/RandGuess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandGuess

A simple web based number guessing game using:

Player need to correctly guess the number between 3 and 25.
Player can adjust the number range and points for correct guess and negative points for incorrect guess changes accordingly.


Python Flask is used mainly to generate ramdom number and to verify user guess.
Remaining features like points and attempt history are computed at client side via Javascript.
So, the points and attempt history are maintained per user session.

About

A simple web based random number guessing game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors