Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ladybug Studios

49
Posts
1
Topics
A member registered Feb 27, 2021 · View creator page →

Creator of

Recent community posts

Thank You

Thank you

you can always remove the game over  statments or experment with Debug Mode 

Thank you

THIS code extract will explain the mass balancing mechanic 

the game does involve a bit of skill, stratergy and luck.

 scale=randint(1,2)

    if scale==1:

      adding=randint(1,10)

      print("You have been given a small scale mass of",adding,"KG")

  

      print("you have",Rejects,"rejct points left")

      print("to reject the mass type 'REJECT' to accept the mass press enter")

      rejected=input()

      if rejected=="REJECT":

        if Rejects>=1:

          Rejects=Rejects-1

        else:

          print("you have spent all of your reject points")

          print("the mass will be automatically accepted")

          sides=int(input("what side do you want to add the mass to? Type 1 for side 1 and 2 for side 2: "))

          if sides==1:

            side1=side1+adding

            Masses_added=Masses_added+1

          elif sides==2:

            side2=side2+adding

            Masses_added=Masses_added+1

          if side1>side2:

            differnce=side1-side2

          elif side2>side1:

            differnce=side2-side1

          elif side1==side2:

            differnce=0

          

      else:

        sides=int(input("what side do you want to add the mass to? Type 1 for side 1 and 2 for side 2: "))

        if sides==1:

          side1=side1+adding

          Masses_added=Masses_added+1

        elif sides==2:

          side2=side2+adding

          Masses_added=Masses_added+1

        if side1>side2:

          differnce=side1-side2

        elif side2>side1:

          differnce=side2-side1

        elif side1==side2:

          differnce=0

    elif scale==2:

      adding=randint(25,100)

      print("You have been given a larg scale mass of",adding,"KG")

  

      print("you have",Rejects,"rejct points left")

      print("to reject the mass type 'REJECT' to accept the mass press enter")

      rejected=input()

      if rejected=="REJECT":

        if Rejects>=1:

          Rejects=Rejects-1

          print("MASS REJECTED")

        else:

          print("you have spent all of your reject points")

          print("the mass will be automatically accepted")

          sides=int(input("what side do you want to add the mass to? Type 1 for side 1 and 2 for side 2: "))

          if sides==1:

            side1=side1+adding

            Masses_added=Masses_added+1

          elif sides==2:

            side2=side2+adding

            Masses_added=Masses_added+1

          if side1>side2:

            differnce=side1-side2

          elif side2>side1:

            differnce=side2-side1

          elif side1==side2:

            differnce=0

  

      else:

        sides=int(input("what side do you want to add the mass to? Type 1 for side 1 and 2 for side 2: "))

        if sides==1:

          side1=side1+adding

          Masses_added=Masses_added+1

        elif sides==2:

          side2=side2+adding

          Masses_added=Masses_added+1

        if side1>side2:

          differnce=side1-side2

        elif side2>side1:

          differnce=side2-side1

        elif side1==side2:

          differnce=0

    if differnce>=100:

      scale_points=0

      print("GAME OVER!")

      print("You have failed to play your scales right and you score 0 scale points!")

      break

thank you 

the values are 

Small scale-50% chance

1-10KG

Large Scale- 50% Chance 

25-100KG

it was a few months ago that replit mandated accounts. A few days ago, they required users to fork (copy)the repls

i have also provided the source code for the game should you wish to change it, you can also compile to exe using that .py file. I will update the description to show the use of a Command line Interface (CLI) 

great conceptdoes work on mobile

(1 edit)

Use code "GMTK Game Jam 2024" for 2024 Scale Points!

if you are having difficulties accessing the game follow this link

The time extension helped when trying to submit 4 mins before deadline

Special Code coming out at 7:01 PM BST

just run the project/repl

the rules state that the game submitted can be anything that runs in the browser

use this link https://replit.com/@ladybug2007/Dont-be-Too-Overpowered?v=1#main.py

use this  link https://replit.com/@ladybug2007/Dont-be-Too-Overpowered?v=1#main.py

you can also provide a scratch link in the submission page or comments

Now voting has opened here is a powerful code!


Use code "Gamedev.js Jam 2024" for 2024 power!

Great game 

AMAZING 

AMAZING 

I think that the cant afford upgrde message pops up due to the fact that it runs through the conditional statment that checks that they can afford an upgrade

GREAT GAME

GREAT GAME

The lag is caused by Replit's servers

the lag issue happens when you spam enter

GREAT Rock,paper sicsorrs game

Try testing on an i9/7/5 with 8/16GB of RAM  and a decent graphics card

(1 edit)

was it keybord interupt?

if so, refresh browser and try again as the server was overloaded with requests 

don't spam enter on athe last 10 secs of typing time as python expects an INT for the score 

(1 edit)

Yes you could do that but LAG/latency will be a side effect or risk a syntax error!

great!

thanks for your help end3r!

i see my game bottom right

it is very laggy

it is very laggy

(1 edit)

AMAZING!

The sensitivity is a bit high

the train is tuck just before a junction but great game

the train is tuck just before a junction but great game

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'")