I shot a photo of Miro playing a new Minecraft Earth game on his phone. It's a bit like Pokemon Go, but a Minecraft instead.
Oh, and then to other things...
I rewrote the number guessing game I taught Miro on Bash in to a Python version:
import random
# Satunnaislukupeli
satLuku = random.randrange(100)
arvLuku = input("Mitä lukua (1-100) ajattelen? ")
while int(arvLuku) != satLuku:
if (int(arvLuku)) < satLuku:
arvLuku = input("Liian pieni luku! Arvaa uudestaan: ")
else:
arvLuku = input("Liian suuri luku! Arvaa uudestaan: ")
print("Arvasit aivan oikein!!! ")
I added the "arvaa uudestaan"/"guess again" just that it's a bit more interactive, otherwise it's basically exactly the same program.
I wonder if I can use a for-loop to recreate the game.
I already decided my next game will be a Stone-Paper-Scissors -game. I'm not doing anything graphical before I learn to create these things as algorithms on paper first. Flow charts have always been my downfall, and I want to get them right. Programming can be difficult if I can't first clearly construe what I want the program to do.
...and then teach the boys howto do it as well.
Yep, but that's it for today...
Next |
|---|
| Daily and Fresh 📷 #233 |
| Daily and Fresh 📷 #234 |
| Daily and Fresh 📷 #235 |
| Daily and Fresh 📷 #236 |
| Daily and Fresh 📷 #237 |
Previous |
|---|
| Daily and Fresh 📷 #231 |
| Daily and Fresh 📷 #230 |
| Daily and Fresh 📷 #229 |
| Daily and Fresh 📷 #228 |
| Daily and Fresh 📷 #227 |
Weeklies |
|---|
Weekly and Fresh 📸 #33 |
Weekly and Fresh 📸 #32 |
Weekly and Fresh 📸 #31 |
Weekly and Fresh 📸 #30 |
Weekly and Fresh 📸 #29 |
Like my post? 🍻 Buy me a beer! 🍻