Skip to content

Adamhunter108/ceelo

Repository files navigation

Cee Lo 🎲 🎲 🎲

ℹ️ About:

  • A Cee Lo web-app

    🤔 What is Cee Lo? Cee Lo (pronounced "See Low") is a game played with three six-sided dice. The name comes from the Chinese Sì-Wŭ-Liù (四五六), meaning "four-five-six" and rolling a 4, 5, 6 is the goal.
    📋 How to play Each player rolls all three dice at once. If two dice are the same number, the player's score for that round is the value of the third die. If no doubles are found, you roll again.
    Special rolls:
    • 4, 5, 6 is Cee Lo and is an automatic win.
    • Three of a kind (aka "trips") is also an automatic win.
    • 1, 2, 3 is an automatic loss.

  • There are two game modes: 2 Players & Free Throw

☁️ Live Deployment:

ceelo.vercel.app

📚 Tech Stack:

  • This is a Next.js 14 web-app written in TypeScript, styled with Tailwind CSS and deployed to Vercel.
TypeScript React Tailwind CSS Next.js Node.js

💻 Local Development:

❗️ Requirements:

  • Node.js
$ # install dependencies
$ npm i
$ # start local development node.js server
$ npm run dev
$ # or
$ yarn dev