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

https://github.com/chrisae9/phase10randomizer

A simple randomizer for the popular card game Phase 10.
https://github.com/chrisae9/phase10randomizer

Last synced: 4 months ago
JSON representation

A simple randomizer for the popular card game Phase 10.

Awesome Lists containing this project

README

          

# Phase 10 Randomizer

A modern web app to generate random Phase 10 card game phases. Built with Next.js, TypeScript, and Tailwind CSS.

![example](/public/example.png)

## Features

- Randomized and official Phase 10 phases
- Mobile-optimized, responsive design
- Shareable URLs for each set
- Interactive rules and scoring reference

## Getting Started

1. Clone the repo and install dependencies:
```bash
git clone https://github.com/chrisae9/phase10randomizer.git
cd phase10randomizer
npm install
```
2. Start the dev server:
```bash
npm run dev
```
3. Visit [http://localhost:3000](http://localhost:3000)

## License

[MIT](LICENSE)