Advertisement

Previous work in programming games

Started by December 19, 2021 03:52 PM
6 comments, last by Programmer71 2 years, 11 months ago

@jakub_krzysztof what is your purpose in posting this? Do you have a question?

Also, there's a better way to share code here. Use the “insert code block” icon in the Post toolbar.

-- Tom Sloper -- sloperama.com

Advertisement

You tried playing the game?

What was your conclusion about it?

Looks like a variation on the classic “guess the number" game, often a homework assignment that introduces students to flow control and pseudorandom number generation.

Guess a number between 1 and 10. First program in the C64 Basic programming manual iirc.
A shitty game. But it changed my life : )

1 to 10 is quite doable, this one also uses negative numbers and an upperbound quite some larger than 10 ?

Advertisement

JoeJ said:

Guess a number between 1 and 10. First program in the C64 Basic programming manual iirc.
A shitty game. But it changed my life : )

I remember the hot air ballon sprite, the c64 changed my life, i recently bought the c64 mini version.

This topic is closed to new replies.

Advertisement