Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 10, 2025
1 parent a0a9c33 commit 4b8e43e
Showing 1 changed file with 31 additions and 5 deletions.
36 changes: 31 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,44 @@
<div align="center">
<h1>Cookie Clicker</h1>
<img alt="icon" src="https://i.imgur.com/EOzKknx.png" width="40%" />
<p><b>🍪 Cookie Clicker Brasil</b> <i>is the best cookie clicking game you will find!</i></p>
<hr>
<p>
<b>🍪 Cookie Clicker Brasil</b> <i>is the best cookie clicking game you will find!</i>
</p>
<hr>
</div>

<div align="center">
<a href="https://github.com/sebastianjnuwu/cookie/blob/android/LICENSE">
<img alt="GitHub License" src="https://img.shields.io/github/license/sebastianjnuwu/app?style=for-the-badge&logo=apache&logoColor=fee7bd&color=FFFBDE" />
<img alt="GitHub License"
src="https://img.shields.io/github/license/sebastianjnuwu/app?style=for-the-badge&logo=apache&logoColor=fee7bd&color=FFFBDE" />
</a>
<a href="https://github.com/sebastianjnuwu/cookie/archive/refs/heads/android.zip">
<img alt="GitHub Repo Size" src="https://img.shields.io/github/repo-size/sebastianjnuwu/app?style=for-the-badge&logo=databricks&logoColor=fee7bd&color=FFFBDE" />
<img alt="GitHub Repo Size"
src="https://img.shields.io/github/repo-size/sebastianjnuwu/app?style=for-the-badge&logo=databricks&logoColor=fee7bd&color=FFFBDE" />
</a>
<a href="https://github.com/sebastianjnuwu/cookie/actions/workflows/build.yml">
<img alt="GitHub Actions Status" src="https://img.shields.io/github/actions/workflow/status/sebastianjnuwu/app/build.yml?branch=android&style=for-the-badge&logo=github-actions&logoColor=fee7bd&color=FFFBDE" />
<img alt="GitHub Actions Status"
src="https://img.shields.io/github/actions/workflow/status/sebastianjnuwu/app/build.yml?branch=android&style=for-the-badge&logo=github-actions&logoColor=fee7bd&color=FFFBDE" />
</a>
</div>

<h2>Overview</h2>
<p>
Cookie Clicker Brasil is an incremental game where players produce cookies by clicking on a large cookie on the
screen. The game includes:
</p>
<ul>
<li><b>Clicks per Second:</b> In addition to manual clicks, the game calculates automatic clicks per second.</li>
<li><b>Final Time:</b> At the end of the time, a ranking of players is displayed.</li>
<li><b>Multiplayer:</b> Real-time competition with other players.</li>
</ul>

<b>Donwload (android):</b> N/A

Check warning on line 36 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling 📚

"Donwload" should be "Download".
<br>
<b>Demo:</b> <a href="https://cookie-clicker-brasil.vercel.app">Cookie Clicker Brasil (web)</a>

<h3>Features</h3>
<ul>
<li><b>Active Clicking:</b> Earn cookies by manually clicking the large cookie.</li>
<li><b>Ranking:</b> See your position in the ranking at the end of each round.</li>
</ul>

0 comments on commit 4b8e43e

Please sign in to comment.