Klicker: Game

Im working on a new game! It’s called Klicker and it is like osu where there are dots and you hover over them to eliminate them. You have to get the order right, like osu. I need people to tell me what they think of the game. I have links to both the HTML and the WICK file that are available on my website.

More info about project: https://pyronode.us/klicker/
WICK file for newest release: https://pyronode.us/klicker/v/0003/source.wick
Newest game HTML link: https://pyronode.us/klicker/v/0003/index.html

I know thats alot of links but you really only need the bottom two.
Any feedback is welcomed! Thank you!

2 Likes

bump for views :frowning:

I loved the game.

One thing though… I was associating “Klicker” with “Clicks”… but the game does not require the user to actually click on the numbers.

Overall, good job @pyronode!

I like how the game doesn’t require me to click the numbers :+1:

A suggestion would be to have it create infinite levels by having the numbers go in random positions

The graphics look really nice. Maybe there could be a time limit on when you need to get all the dots?

I plan to add randomized levels and a timer. I am having some trouble with the levels though. For one, i am making each level a page for each number you are supposed to click.

Say there are 5 buttons on screen. You would click the first button, right? Well that button would have the attribute gotoNextFrame() and all the other buttons would say gotoAndStop(41). (Slide 41 being the You lost! screen. So I think I am going to scrap the level system or create 2 modes.

The first mode being a Infinite mode being that there would be infinite buttons. This mode would also have a number at the top left saying your streaks or something. The second mode would be a Explore Mode which would have pre-made levels ment for speedrunning or something.

I am still new to JS coding so I am going to have to take a hard look at w3schools lmao.

If anyone has anymore suggestions to the game that would be great!

1 Like

Okay I have updated and have been trying to implement the features that I said in the last post.
They are not really working but you can take a look for yourself! https://pyronode.us/klickerversions/

I need to go to bed so yeah. Will work on tmr.

nice game
I’d make the start difficulty choice by click instead of buy writing a number

I have included that in the newest patch https://www.pyronode.us/klicker/v/0006