This site requires JavaScript, please enable it in your browser!
Greenfoot back
ROKONDA
ROKONDA wrote ...

2022/1/13

I'm trying to make a random letter generator that displays until you press that letter.

ROKONDA ROKONDA

2022/1/13

#
I'm trying to make a typing game where it gives you a random letter, you press it and it gives you another letter. If you press the wrong letter on your keyboard an actor(let's call it vaccuum) moves forward and the letter that you have to press dosen't change. I would like to make this letter counter show above your main actor( let's call it cat).
danpost danpost

2022/1/13

#
ROKONDA wrote...
I'm trying to make a typing game where it gives you a random letter, you press it and it gives you another letter. If you press the wrong letter on your keyboard an actor(let's call it vaccuum) moves forward and the letter that you have to press dosen't change. I would like to make this letter counter show above your main actor( let's call it cat).
What have you tried? Show attempted codes (which should be in subclass of World)..
You need to login to post a reply.