top of page

SUPER Simple Python Coding

  • Writer: Pixbot_Gaming (Caprock64 on Scratch)
    Pixbot_Gaming (Caprock64 on Scratch)
  • Nov 27, 2022
  • 2 min read

So I made a game waaaaaaay before Pixels called "You and bob" and it was, what I called "Texted based" but it is JUST text and some input, but, it's still fun to play, but very simple

here's the code!


now, I was experimenting, and this was the result:

name = input('you and bob by pixbot gaming')
name = input('you and bob Ver. 0.2.56a')
name = input('(unknown) who are you?\n')
print('hi, %s, my name is bobby but you can call me bob'%name)
print('(bob) have a good day %s!' %name)
name = input('(bob) are you happy?\n')
name = input('(bob) %s, ok.' %name)
maxn = 3
name = input('(bob) hey, want to hear my lucky number, %d' % maxn)
name = input('(you say) hey bob, do you like playing games?')
name = input('(bob) ya.')
name = input('the next day...')
name = input('you and bob go out and see a girl, her name is sara.')
name = input('you ask sara if she wants to play games, she says yes.')
name = input('bob says hi, im bobby but you can call me bob. you say hi im:\n')
name = input('%s, bob, and sara play for hours. the end.' %name)
#Story 2
name = input('story 2 unlocked, park')
name = input('so sara, bob, and you go to a park, and see a little boy.')
name = input('(boy) hi, im aj! im 4, how old are you?\n')
name = input('wow, %s, cool!' %name)
name = input('so, you, bob, sara, and everyone had fun at the park .')
name = input('so bob, sara, aj, and you have fun togther the end' )
#Story 3
name = input('story 3 unlocked, bobs diary')
name = input('dear diary, i have a great friend, named: well i cant remember do you remember?\n') 
print('oh ya, %s' %name) 
print('so sara, aj, and %s were sooo much fun' %name) 
print('1.sara, shes so nice and kind.')
print('2.aj, he silly and, well, a little crazy too.')
name = input('3.last but not least,  is my friend, %s, so funny and smart.' %name)
name = input('and my lucky number is %d!' % maxn)
name = input('dear diary, bye')
name = input('the end')
#Story 4
name = input('story 4 unlocked,')
#credits 
name = input('[credits]')
name = input('coded by: Caprock64')
name = input('idea by: Caprock64')
name = input (' ')

you can download it here:


you will NEED a app to open python, but if you can do it I think it's worth it!



 
 
 

Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.
bottom of page