A downloadable game

Doge Clicker

  • Click Doge > Number Gose Up By A Random Amount 1 - 3  By Default (Changes Depending On Multiplier) 
  • You Can Buy A Multiplier To Increase How Many Doges You Get Per Click.


To Play You Will Need The Pygame Module.

Just Download The .Zip And Unzip It And Run Main.exe

If It Dose Not Work:

  • Make Sure It Has All Other Files/Folders.
  • Delete And Re-download.
  • Make Sure You Have Un-Zipped It.

Technical Stuff

When You Click The Doge The Code To Update The Score Is:

change_score = random.randint(multi_min, multi_max)
score += change_score

When You Click The Upgrade Button The Code Is:

if score > upgrade_price - 1:
    score -= upgrade_price
    upgrade_level += 1
    multi_max += 4
    multi_min += 4
    upgrade_price += multi_max * 3 + 500

Ok Here Are The Downloads!

Download

Download
Doge Clicker V1.zip 10 MB

Leave a comment

Log in with itch.io to leave a comment.