Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r1zyn committed Oct 11, 2022
1 parent 10c387a commit 9ed99ae
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
<div align="center">
<h1>Powerball Simulator</h1>
<div>
<img src="https://img.shields.io/github/issues/r1zyn/powerball-simulator?logo=github&style=for-the-badge" alt="Issues" />
<img src="https://img.shields.io/github/commit-activity/m/r1zyn/powerball-simulator?color=yellow&logo=github&style=for-the-badge" alt="Commit activity">
<img src="https://img.shields.io/github/workflow/status/r1zyn/powerball-simulator/pages-build-deployment?logo=github&style=for-the-badge" alt="Workflow status">
<img src="https://img.shields.io/github/languages/top/r1zyn/powerball-simulator?logo=typescript&style=for-the-badge" alt="Top language" />
<a href="https://github.com/r1zyn/powerball-simulator/issues">
<img src="https://img.shields.io/github/issues/r1zyn/powerball-simulator?logo=github&style=for-the-badge" alt="Issues" />
</a>
<a href="https://github.com/r1zyn/powerball-simulator/commits/master">
<img src="https://img.shields.io/github/commit-activity/m/r1zyn/powerball-simulator?color=yellow&logo=github&style=for-the-badge" alt="Commit activity">
</a>
<a href="https://github.com/r1zyn/powerball-simulator/actions/workflows/pages/pages-build-deployment">
<img src="https://img.shields.io/github/workflow/status/r1zyn/powerball-simulator/pages%20build%20and%20deployment?logo=github&style=for-the-badge" alt="Workflow status">
</a>
<a href="https://github.com/r1zyn/powerball-simulator/search?l=typescript">
<img src="https://img.shields.io/github/languages/top/r1zyn/powerball-simulator?logo=typescript&style=for-the-badge" alt="Top language" />
</a>
</div>
<hr />
</div>

<br />
<br />

### About

This project incorporates a C# Powerball Power Dip Lotto ticket simulation into an user-interactive site. The Powerball simulation, based on the real Powerball, a lottery game played to earn cash prizes. The game is purely based on the luck of the player, and players can earn money from a range of cash based on their tickets. You can read more about how Powerball works [here](https://mylotto.co.nz/lotto/how-to-play).
Expand Down

0 comments on commit 9ed99ae

Please sign in to comment.