Lucky Cat is a simple web-based game where players can enter their names, and upon clicking the "Lucky Match" button, each player receives a random fortune phrase. The game allows up to 15 players at a time. The interface includes options to add, edit, and delete player names, and a reset button to start over.
- Add, edit, and delete player names.
- Randomly assign a fortune phrase to each player.
- Limit of 15 players.
- Reset functionality to clear all player names and fortune phrases.
- Simple and intuitive user interface.
- HTML
- CSS
- JavaScript
/
├── index.html
├── styles/
│ ├── body-cat.css
│ ├── responsive-web.css
│ ├── title.css
│ ├── body-styles.css
│ └── styles-frases.css
├── sonido/
│ └── Trabaja Duro Juega Duro - Luna Cantina.mp3
├── images/
│ ├── icons8-izquierda-48.png
│ ├── cara-gato.png
│ └── pies-gato.png
│ └── galleta-de-la-fortuna.png
├── scripts/
│ ├── sonido.js
│ └── lucky_cat.js
└── README.md
-
Clone the repository or download the ZIP file.
-
Open the
index.htmlfile in your web browser to play the game.
-
Add Player Names: Enter a player's name in the input field and click the "Add" button or press "Enter" to add the name to the list.
-
Edit Player Names: Click the edit button next to a player's name to modify it.
-
Delete Player Names: Click the delete button next to a player's name to remove it from the list.
-
Assign Fortunes: Click the "Lucky Match" button to assign a random fortune phrase to each player.
-
Navigate Back: After clicking "Lucky Match", use the back arrow button to return to the player list. You can add, edit or delete players as long as the total does not exceed 15.
-
Reset the Game: Click the "RESET" button to clear all player names and fortune phrases.
--
Enjoy playing Lucky Cat and may the fortune be in your favor!