An open API service indexing awesome lists of open source software.

https://github.com/digitalrm/tech-wordle

A tech-themed version of the popular word-guessing game Wordle, featuring technology-related terms, programming concepts, and tech company names.
https://github.com/digitalrm/tech-wordle

nextjs tailwindcss typescript wordle

Last synced: about 2 months ago
JSON representation

A tech-themed version of the popular word-guessing game Wordle, featuring technology-related terms, programming concepts, and tech company names.

Awesome Lists containing this project

README

          

# Tech Wordle

A tech-themed version of the popular word-guessing game Wordle, featuring technology-related terms, programming concepts, and tech company names.

![Tech Wordle](https://github.com/user-attachments/assets/923245e0-4691-4ca4-978c-f9318ec28e35)

## Getting Started

### Prerequisites

- Node.js 18.0.0 or higher
- npm or yarn package manager

### Installation

1. Clone the repository:

```bash
git clone https://github.com/digitalRM/tech-wordle.git
cd techwordle
```

2. Install dependencies:

```bash
npm install
# or
yarn install
```

3. Run the development server:

```bash
npm run dev
# or
yarn dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser to play the game.

## How to Play

1. You have 6 attempts to guess the 5-letter tech-related word
2. Type your guess using the keyboard or on-screen keys
3. Press Enter to submit your guess
4. The tiles will change color to show how close your guess was:
- Green: Letter is correct and in the right position
- Yellow: Letter is in the word but in the wrong position
- Gray: Letter is not in the word

## Tech Stack

- Next.js 15
- React 19
- TypeScript
- Tailwind CSS

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

- Inspired by the original [Wordle](https://www.nytimes.com/games/wordle) game
- Built with [Next.js](https://nextjs.org/)