Skip to content

Commit

Permalink
4.0.0 release
Browse files Browse the repository at this point in the history
1) Cookie Clicker cookie multiplier logic enhanced
2) Additional Cookie Clicker Titles added (LOTS)
3) End state when you reach the highest score possible for Elgato StreamDeck
4) Cookie Clicker logo redesign
5) Cookie Clicker revamped UI/UX
6) Cookie Clicker font added
7) Lots of under the hood changes
8) LeaderBoard has been updated and enhanced along with restrictions included
  • Loading branch information
f00d4tehg0dz committed Dec 31, 2023
1 parent 350409a commit a705e12
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

Tap the CookieClicker icon and gain cookies. The more cookies you gain the bigger your fame and title will become!
Submit your score online, and compete against other stream deck users.
[Cookie Clicker LeaderBoard Website](https://cookie-clicker-leader-board-react.vercel.app/)
[Cookie Clicker LeaderBoard Website](http://cookieclickerleaderboard.com/)
[Cookie Clicker on Elgato Marketplace!](https://marketplace.elgato.com/product/cookieclicker-8f99f006-9d71-4889-8790-ff7edaf49eea)

This an extension for the [ElGato-StreamDeck](https://www.elgato.com/en/gaming/stream-deck).
This an extension for the [Elgato-StreamDeck](https://www.elgato.com/en/gaming/stream-deck).

## Screenshot

![screencap.gif](https://github.com/f00d4tehg0dz/elgato-streamdeck-cookie-clicker/blob/main/elgatogif_AME/elgatogif.gif?raw=true)
![screencap.gif](https://github.com/f00d4tehg0dz/elgato-streamdeck-cookie-clicker/blob/main/adobe/elgatogif_AME/elgatogif.gif?raw=true)

Please report any issues you see on the project's Github page. I welcome any feedback.

Expand All @@ -29,3 +30,4 @@ You can debug the Javascript plugin using Google Chrome's web developer tools. I
After you relaunch the Stream Deck app, you can open [http://localhost:23654/](http://localhost:23654/) in Chrome, where you will find a list of `Inspectable pages` (plugins):

## Ongoing work
Update screencap.gif
Binary file modified Release/com.f00d4tehg0dz.cookieclicker.streamDeckPlugin
Binary file not shown.
Binary file modified adobe/photoshop/preview.psd
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/com.f00d4tehg0dz.cookieclicker.sdPlugin/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Description": "Cookie Clicker for StreamDeck: Tap your way to baking success! Enjoy quick, addictive gameplay as you progress from a humble baker to a 'Quantum Baker'. A sweet, fun escape at your fingertips!",
"Name": "Cookie Clicker",
"Category": "Game",
"com.f00d4tehg0dz.cookieclicker.action": {
"Name": "Tap for Cookies",
"Tooltip": "Install me to start Clicking!"
}
}
Binary file removed src/com.f00d4tehg0dz.cookieclicker.sdPlugin/icon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/com.f00d4tehg0dz.cookieclicker.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Name": "Tap for Cookies",
"States": [
{
"Image": "icon",
"Image": "actions/template/assets/action",
"TitleAlignment": "middle",
"FontSize": "9",
"ShowTitle": true
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit a705e12

Please sign in to comment.