About 50 results
Open links in new tab
  1. How to make a simple click game in JavaScript? - Stack Overflow

    Here, typically a right answer is attempted given for any question, and there is no right answer to your question -- one can create a simple click game in a myriad different ways, and no one …

  2. tkinter - Python Clicker Game - Stack Overflow

    Also, I don't know if your game's autoclickers benefit from the multiplier, but if they do, you'd use click += autoclickers*mult instead of just click += autoclickers. well, I noticed that using time …

  3. I'm trying to make a clicker game for Python using pygame

    Mar 12, 2022 · I'm relatively new to Python, and have been using pygame to make a simple idle clicker game. I'm a second year engineering student in high school, so I have a small …

  4. How to make an auto clicker in JavaScript? - Stack Overflow

    Mar 21, 2019 · I'm currently making a clicker game and I wanted to know how to make a button that when I click on it, a number slowly goes up with intervals. I don't really know how to do the …

  5. How to create a Save/Load function on Scratch? - Stack Overflow

    Oct 20, 2023 · I used this in my Cookie Clicker game (which I am still currently in the process of making, I sadly haven't made the code to check for illegal values but that is obviously not the …

  6. How To Make a Score Event Script for On-click game using purely …

    Apr 26, 2015 · I need help on my game, in this chase I need help for On-click event. I have a image that for each time I click on it I get 1 score point. I need help to create this quite basic …

  7. How to use datastore to save non-leaderstat values?(Roblox Studio)

    Jun 11, 2023 · 0 I am trying to make a clicker game, and I want to be able to datastore the Image of the clicker and the value of it (How much clicking the button gives) but no matter what even …

  8. I'm making a clicker game on python (not on pygame) and i'm …

    Aug 6, 2020 · So I am very new to python and I think I am confident enough to make a simple clicker game, like cookie clicker. So I want to make it so you can buy upgrades but I don't …

  9. javascript - How could I make a function in JS that works like a ...

    Feb 7, 2023 · So I want to make a clicker game and I am now at the part where I want to add a function to the 'upgrade click' button so that when I click it, it takes away 'x' amount of money …

  10. html - Im making a simple clicker game in javascript but one of the ...

    Nov 15, 2021 · Im making a simple clicker game in javascript but one of the functions doesn't seem to be working. Can someone help me fix it?