guess

1.0.2 • Public • Published

JavaScript/NodeJS Guess v1.0.2

What is this?

It's an numbers guessing algorithm within a range, compatible with JavaScript and NodeJS (http://search.npmjs.org/#/guess).

Demo online

http://jsfiddle.net/yeikos/jNzax/

Example

<!doctype html><html>

	<head>

		<script src="http://files.yeikos.com/guess.js"></script>

		<script>

			guess(0, 255, function(num, query) {

				query(confirm('x > ' + num));

			}, function(num) {

				document.write('Number is ' + num);

			});

		</script>

	</head>

	<body></body>

</html>

Readme

Keywords

none

Package Sidebar

Install

npm i guess

Weekly Downloads

5

Version

1.0.2

License

none

Last publish

Collaborators

  • yeikos