have a upvote for your genius xd
have a upvote for your genius xd
@BobTheTomatoPie ok i upvoted all your comments to make it 400 cycles. looking forward to your 400 cycles special!
this is rather interesting
series!!!!!!
and oh, err, access is spelt wrongly(at the end after you solve)
@CoolJames1610 how do you do that?
i was making some loading screens for myself(based of some of yours) and i realised i have a qn for you. where did you get the text for loading screen 1?
negative ammo?
patrol and unfair is spelt wrongly
suggestions for future updates:
everyday, have a task for the user , the founder of the sanctuary, to do(like whether to take someone in, solve a problem, judge criminals etc) even if user are not the leader.
have more modes of punishments
add more modes of food (farming)
add whether to have a peacekeeping force
add options for weapon availability (american-style any one can have weapons to communism style no one but a few people have it )
add options for multiple leaders
add options for scouting(send people to search for people outside of the sanctuary)
add a backstory to explain the sanctuary (maybe a post-apocalyptic world caused by corona?)
nice. but i suggest adding a option to restart the game when you lose like:
<text> Try again? y/n
so the person dont have to restart the shell. you can do it with a function and call back the function every time y is pressed
also on more thing: i noticed if the user input is not capital, the game stops
maybe add something like : if choice1 = 'Crowbar' or choice1 = 'crowbar'
<points a gun at you> always has been @ImmaEatYouMan
nice. very nice i like seeing ai learning
im not familar enough to make anything with it @TheForArkLD
i forked the repl and will look at it when i can
some suggestions:
use f string to make your code faster(it could be me, but the code is slow).
fstring example: f'kid i dare you to {variable1} {variable2} {variable3}'.upper()
add a function so that the user can press enter and generate another dare
colours would be nice.(for each variable)
i dont understand c, so sorry
nice! add a loop so that the user and press enter to see another quote
hint:
while True:
[code and more code]
input('press enter to go again!')
nice @ZDev1
bananas rule
roasted dinner is spelt wrongly
thanks @TheForArkLD
"+",Agrade,"=A\n+",Bgrade,"=B\n+",Cgrade,"=C\n+",Dgrade,"=D\n+",Egrade,"=E"
instead of using this whole painful string, use a f string.
f'+{Agrade}=A\n....[rest of code here}'
enclose variables in {} and put a f at the start
use f strings for your poem
now there are errors regarding the package installing...
while True:
s1 = input('number goes here')
try: int(s1)
except:
print('pls enter a NUMBER')
else:
[*insert rest of code here*]
this was posted today. how did it get 33 cycles in less than 24 hours?
this game is hard to play
but thats the point of a good game right? to challenge the players