Multiplayer Joke Game Battle
The Multiplayer Joke Game is a fun web application that allows two players to compete by submitting their jokes. The winner is determined by the OpenAI API, which evaluates the jokes and selects the funniest one. Players can continue playing or start a new game after each round.
Technologies Used
-
Frontend:
- React
- JavaScript
- Axios
-
Backend:
- Node.js
- Express
- OpenAI API
Features
- Player name input for two players.
- Text boxes for each player to enter their jokes.
- A single "Submit Jokes" button to submit both jokes.
- Integration with the OpenAI API to determine the winner.
- Score tracking for each player.
- Options to keep playing or start a new game after each round.
Installation
Prerequisites
- Node.js (v14 or higher)
- npm (Node Package Manager)
Clone the Repository
git clone https://github.com/yourusername/multiplayer-joke-game.git
cd multiplayer-joke-game