Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4ppy-04/lucky-unicorn
🦄 Try your luck at this CLI/Arcade game
https://github.com/h4ppy-04/lucky-unicorn
arcade cli game
Last synced: 1 day ago
JSON representation
🦄 Try your luck at this CLI/Arcade game
- Host: GitHub
- URL: https://github.com/h4ppy-04/lucky-unicorn
- Owner: H4ppy-04
- License: mit
- Created: 2022-06-23T11:29:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T06:10:42.000Z (7 days ago)
- Last Synced: 2025-01-01T07:17:59.346Z (7 days ago)
- Topics: arcade, cli, game
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lucky Unicorn
## History
This is a game that was made a very long time ago. I went back to visit it,
and improved the code a little. I decided that even though it's not my best
work, I should publish it anyway. Perhaps someone can learn from the code.## Install
### Clone the repo
```bash
git clone https://github.com/H4ppy-04/Lucky-Unicorn; cd Lucky-Unicorn;
```
### Create a virtual environment
```bash
python -m venv venv; source ./venv/bin/activate;
```### Install dependencies
```bash
python -m pip install -r requirements.txt;
```### Play the game
```bash
python lucky-unicorn
```## How to Play
Playing the game itself is actually quite simple. You get a starting balance of
`20$`. You have a 1/3 change of getting a prize. When you're finished, your
progress is saved, do don't worry about having to restart from scratch.## License
MIT. See the LICENSE file.