Coder Social home page Coder Social logo

goat-clicker's Introduction

goat-clicker's People

Contributors

arallu avatar yvesphilippot avatar mattverley avatar

Watchers

 avatar  avatar  avatar  avatar

goat-clicker's Issues

Better Goat$$ amount reading

Currently the string representing the player's score (or amount of Goat$$) is quite raw with following digits in a difficult to read line.
I propose the American way of delimiting groups of 3 numbers and a dot to mark the decimals:
1000 -> 1,000
1000000,50 -> 1,000,000.50

If it's too difficult to implement, I recommend at least the spacing of groups of 3 digits.

href in menu links

Just a small update to add a href="#" to every link element in the menu. The code will be more correct and this will add the hand cursor as well.

LocalStorage issue

When a game is loaded (trough url), if the object save have changed, there is a problem with the object in local storage.

Skills definition

Would be nice to consult each other to see what we do with the skills.

Webpage text selection

In order to avoid text selection on the webpage when double/triple clicking, use these lines on the elements to impact :

.noselect {
-webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
/* No support for these yet, use at own risk */
-o-user-select: none;
user-select: none;
}

This will ensure fast-no-selecting-hellish-madness!

Store saving

Currently, if we load a GAME , the store is not loaded.

We should transform store into json in order to save it in local storage.

Auto-click hands

We should add rotating auto-clicking hands to add a little bit of lolz to the otherwise static page.
I'll come up with a graphical element for this, but someone should prepare the code.

knockout implementation

I have the naive idea that rattach everything to the si, do a vm of it, and use knockout to bind everything to it to have one access point for every interface event is not the best approach but still it might be working and be readable...

Idea : sounds

Should we add some discreet sound clips when clicking on the powerups from the store?
Idea:
ViagraGoat : Machete's "bawoaw, bawoaw..."

Put your ideas below, fellows.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.