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.
- Host: GitHub
- URL: https://github.com/chrisae9/phase10randomizer
- Owner: Chrisae9
- License: mit
- Created: 2021-04-21T01:13:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T09:05:26.000Z (9 months ago)
- Last Synced: 2025-03-01T09:27:42.274Z (9 months ago)
- Language: TypeScript
- Homepage: https://phase.chis.dev
- Size: 881 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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