Updated readme to fit with new forge.
This commit is contained in:
parent
25bc363a24
commit
7e5c1e492a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Rock Paper Scissors Card Game
|
||||
Play [now](https://codebymrfinchum.pyscriptapps.com/rock-paper-scissors-card-game/) on pyscriptapps.com or see info on [Gitlab](https://gitlab.com/CodeByMrFinchum/rock-paper-scissor-card-game).
|
||||
Play [now](https://codebymrfinchum.pyscriptapps.com/rock-paper-scissors-card-game/) on pyscriptapps.com or see info on [Forgejo](https://code.boxyfoxy.net/CodeByMrFinchum/rock-paper-scissor-card-game).
|
||||
|
||||
A little game to play the classic Rock Paper Scissors game with a twist.
|
||||
Instead of freely selecting between Rock, Paper, and Scissors, you get a hand of three cards, potentially with only rocks.
|
||||
It is a semi-random 52-card deck with an unbalanced distribution of cards, meaning some cards are less likely to occur. For example, only 5 out of 52 cards are stones, so it is very unlikely the other player has a stone. Selecting scissors gives a higher chance of winning.
|
||||
|
||||
It is built with PyScript and developed on [PyScript.com](). It is available on my [PyScript profile](https://pyscript.com/@codebymrfinchum) and [Gitlab repo](https://gitlab.com/CodeByMrFinchum/rock-paper-scissor-card-game).
|
||||
It is built with PyScript and developed on [PyScript.com](). It is available on my [PyScript profile](https://pyscript.com/@codebymrfinchum) and [Forgejo repo](https://code.boxyfoxy.net/CodeByMrFinchum/rock-paper-scissor-card-game).
|
||||
|
||||
You can also start the program local, download the repository go into the folder and do 'python3 -m http.server' and then open 'http://localhost:8000/' in your browser.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue