All Questions
3 questions
10
votes
3
answers
768
views
JavaScript OOD: 2048
I wrote a 2048 game in JavaScript with an object-oriented paradigm. The game board is presented with a two-dimensional array and each tile holds an integer.
Here is the implementation:
...
9
votes
1
answer
1k
views
Cookie Clicker Switches
In Cookie Clicker there are Golden cookies, and Wrath Golden Cookies.
Golden cookies are Clickable cookies that randomly appear, and when clicked they give Bonus cookies, or temporary boosts to ...
4
votes
2
answers
2k
views
Wrath Cookie Switch for Auto Golden Cookie Clicker
Sometimes you feel like a wrath cookie and sometimes you don't.
Here is a function that I created that will run on an interval, so all I have to do is set a boolean when I want to switch between ...