Endgame is a React web application built with Vite. In this game, players need to guess a random word. For every incorrect guess, a programming language is "RIP" (removed from the game).
git clone https://github.com/username/endgame.git
cd endgameThe application uses React with Vite. Before running the app, install the required packages:
npm installnpm run devThe application will be available at http://localhost:5175.
-
A random word is selected for the player to guess.
-
For every incorrect guess, a programming language is eliminated (RIP).
-
The game continues until the player guesses the word correctly or all languages are eliminated.
-
React - Frontend framework
-
Vite - Build tool for fast development


