Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

The sequence is programmed to always display

Here is an extrct from the  code

this is indented into a while loop

print("clicks: ",clicks)

    

  print("click power: ",click_power)

  test=input()

  clicks=clicks+click_power

  print("for the upgrade shop type 'shop'")