Skip to content

Online Casino site - Core betting casino logic with Mining game, Video Poker, Slidering, Crashing game. built with Next.js, and using web socket for real-time connection

Notifications You must be signed in to change notification settings

Diha-flex/casino-seed

 
 

Repository files navigation

🎰 Casino Core Logic

This project showcases the core logic behind a simple casino game. It’s designed as a reference implementation for learning and extending core casino functionality.

🌐 Live Demo: casino-seed.vercel.app image image image image


✨ Features

  • 🎲 Basic casino game logic
  • 🃏 Simple betting interface
  • 🧩 Modular code structure for easy extension
  • ⚙️ Deployed on Vercel for fast and reliable delivery

🚀 Getting Started

🔧 Prerequisites

📦 Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/casino-core-logic.git
    cd casino-core-logic
    
    

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

📫 Contact

Project Author: Cornel Petrescu Discord: airgear6330 Telegram: coinbit25

About

Online Casino site - Core betting casino logic with Mining game, Video Poker, Slidering, Crashing game. built with Next.js, and using web socket for real-time connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • CSS 1.5%
  • JavaScript 0.3%