Skip to content

Commit

Permalink
Merge pull request #49 from winstonrc/update-readmes-2
Browse files Browse the repository at this point in the history
Update readmes 2
  • Loading branch information
winstonrc authored Jul 15, 2024
2 parents d9ce619 + 581fea4 commit f2a703f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ Casino is a library that provides the backend for playing various card games inc

## Crates

- [casino_games](https://github.com/winstonrc/casino/tree/main/crates/casino_games): Play casino games in your terminal.
- [casino_cards](https://github.com/winstonrc/casino/tree/main/crates/casino_cards): A library that provides a deck of playing cards that can be used for various card games.
- [casino_poker](https://github.com/winstonrc/casino/tree/main/crates/casino_poker): A library that implements the backend for playing poker games including Texas hold 'em.

## Games

#### Current Games:

- Texas hold 'em

#### Planned Games:

- Blackjack
6 changes: 6 additions & 0 deletions crates/casino_games/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Play casino games in your terminal.

## Games

#### Current Games:

- Texas hold 'em

#### Planned Games:

- Blackjack

## Usage

Enter `quit` or `q` at anytime you can input text to quit the game.
Expand Down

0 comments on commit f2a703f

Please sign in to comment.