szhu / 3030

%%30%30 Game: Don't touch the trees! (Thanks, Chrome dev team!)
http://szhu.github.io/3030/
1.51k stars 114 forks source link

Custom mouse pointer #21

Closed NaveenKarippai closed 8 years ago

NaveenKarippai commented 8 years ago

Just curious and a noob question: Is it possible to create a custom mouse pointer ?

AaronCritchley commented 8 years ago

Yes, but:

I'm not sure if I'm misunderstanding you, but if you literally want a custom mouse pointer, Google it (and close this issue). Please try to expand on what you're trying to say if I have misunderstood.

NaveenKarippai commented 8 years ago

True! I should have requested for a discussion. Thanks. I will make a custom mouse pointer on my own.

NaveenKarippai commented 8 years ago

My point was to create a custom mouse pointer (like a car) and replace bear wtih road. It turns into cool game.

AaronCritchley commented 8 years ago

Ah ok, so I did misunderstand.

To the best of my knowledge it's not possible in the games current format (a README), there's some other cute features people have suggested but it seems like @szhu wants to keep the game as pure as possible. You could always make your own alternative with a car/road and see how it turns out! :smile:

szhu commented 8 years ago

Thanks for answering, @AaronCritchley, and you're pretty much right!

@NaveenKarippai, you're free to make a fork of this and add whatever features you want. As you probably noticed, this game isn't like other games, in that its goal is to turn a serious Chrome bug humorous, and as such I won't really be developing the game further since the bug is fixed and there are much better maze games out there.

However, if you do end up building a feature, feel free to send in a pull request (as @AaronCritchley did in #19), and if it looks cool I can integrate it!