Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-who-codes authored Feb 1, 2025
1 parent 36dfe8a commit 39da531
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
# A Relatively Simple Cards Against Humanity App
# Cards Against Humanity

Each player uses their own device to generate cards, and use the generated cards to play the game together irl.
Play Cards Against Humanity for free in your browser.

Play it **[HERE](https://kay-who-codes.github.io/Cards-Against-Humanity/)**.
![App Image](Non-Game%20Files/App%20Image.png)

I'm open to improvement suggestions.
## Features

- Draw black and white cards.
- Select decks to use for the game.
- Toggle between light and dark mode.

## Usage

1. Open the app in a browser - **[LINK TO THE APP](https://kay-who-codes.github.io/Cards-Against-Humanity)**.
2. Select the decks you want to use from the dropdown menu.
3. Use the "Draw Black Card" button to draw a black card.
4. Use the "Draw White Cards" button to draw white cards.
5. Each player uses their generated cards to play the game irl.
6. Toggle between light and dark mode using the mode toggle button.

## Files

- **index.html**: The main HTML file containing the structure of the app.
- **style.css**: The CSS file for styling the app with dark mode and a minimalist design.
- **script.js**: The JavaScript file that handles card drawing functionality, deck selection, and mode toggling.

## Contributing

Feel free to contribute to this project by submitting issues, pull requests, or suggestions. If you want to add new features or improve existing ones, please fork the repository and submit a pull request.

## Contact

- Email: [kaywhocreates@gmail.com](mailto:kaywhocreates@gmail.com)

If you like it, please share it with your friends and/or click the star button!

0 comments on commit 39da531

Please sign in to comment.