Skip to content

ankiitmishraa-tech/shabble

 
 

Repository files navigation

Shabble - Daily Shape Guessing Puzzle Game

A fun and challenging daily puzzle game where you guess the hidden shape.

Link: https://shabble.vercel.app

Getting Started

Prerequisites

  • Node.js and npm (or pnpm): Ensure you have Node.js and npm (or pnpm) installed on your system. You can download them from the official Node.js website.

Installation

  • Clone the Repository:
git clone https://github.com/coder-zs-cse/Shabble.git
cd Shabble

Set Up Environment Variables:

  • Rename the .env.example file to .env.
  • Update the POSTGRES_URL variable in the .env file with your PostgreSQL database connection string.

Install Dependencies:

pnpm install

Run Database Migrations:

npm run prisma:migrate

Start the Development Server:

npm run dev

Access the Game: Open your web browser and navigate to http://localhost:3000 to play the game.

Snapshots

Screenshot from 2024-11-12 21-26-05

Screenshot from 2024-11-12 21-27-22

Screenshot from 2024-11-12 21-28-23

Screenshot from 2024-11-12 21-28-51

Screenshot from 2024-11-12 21-30-07

Screenshot from 2024-11-12 21-30-27

Easy Level

Screenshot from 2024-11-12 21-31-18

Hard Level

Screenshot from 2024-11-12 21-30-55

About

A Daily Shape Guessing Puzzle Game

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.6%
  • CSS 2.2%
  • Other 1.2%