Skip to content

nemanjaASE/endgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Endgame

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).

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/username/endgame.git
cd endgame

2. Install Dependencies

The application uses React with Vite. Before running the app, install the required packages:

npm install

3. Run the Application

npm run dev

The application will be available at http://localhost:5175.

🛠️ How It Works

  • 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.

📸 Screenshots

🧩 Technologies Used

  • React - Frontend framework

  • Vite - Build tool for fast development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published