Programming in the Modern Age - Bocchi the Rock
Channel:
Subscribers:
5,780
Published on ● Video Link: https://www.youtube.com/watch?v=9NZyUx9rFTc
10 rem "bocchi the rock" game
20 height = 0
30 print "you are bocchi, a rock on a mission to climb to the top of a mountain."
40 print "type 'up' to climb up the mountain, 'down' to climb down the mountain or 'stay' to stay in place."
50 input a$
60 if a$ = "up" then goto 80
70 if a$ = "down" then goto 150
80 if a$ = "stay" then print "you stay in place." : goto 50
90 rem climbing up the mountain
100 b% = b% + 1
110 print "you are now at height "; b%
120 if b% = 10 then print "congratulations, you have reached the top of the mountain! you win!" : end
130 goto 50
140 rem climbing down the mountain
150 b% = b% - 1
160 print "you are now at height "; b%
170 if b% = 0 then print "you have left the mountain, game over." : end
180 goto 50
Other Videos By Jaakko Järvinen
2023-02-13 | Found Mistake In "Fundamentals of Musical Composition" Book |
2023-02-11 | Final Fantasy Tactics Archer Only Let's Play Part 6: Desert Pandemonium |
2023-02-10 | The Test Drive |
2023-02-09 | Test Drives On Game Boy Colour |
2023-02-07 | Jeeprience |
2023-02-05 | Gameprience |
2023-02-03 | Frogrience |
2023-02-01 | Playing Now: Coca-Cola Kid [GAME GEAR] |
2023-01-28 | Monkey Sakura Burst 2023 AMV |
2023-01-27 | Gaming in The 90's - Castlevania 64 |
2023-01-25 | Programming in the Modern Age - Bocchi the Rock |
2023-01-23 | Fish University |
2023-01-21 | Examples of Camera Movement on Static Images |
2023-01-20 | Enjoying Castlevania (Amiga) |
2023-01-19 | BREAKING NEWS: No One Seems To Be In Shambles After Jared Leto Revealed To Be Sex Predator |
2023-01-17 | BREAKING NEWS: Rick&Morty In Shambles After Creator Revealed To Be Sex Predator |
2023-01-14 | Mass Effect 1 Legendary Edition - Car Gameplay |
2023-01-13 | Super Mario Bros. In 2023 |
2023-01-12 | Super Critical Common Giraffee |
2023-01-10 | Spinning Image: High Speed Test |
2023-01-09 | 2023 AMV |
Tags:
programming
cool
bocchi
bocchi the rok
rock
climbing
simuklator
simulator
powerful
nice
ai
chat gtp
coding
commodore basic
commodore 128 basic
basic v7