-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36dfe8a
commit 39da531
Showing
1 changed file
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |