-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0a9c33
commit 4b8e43e
Showing
1 changed file
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
<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> |