-
Notifications
You must be signed in to change notification settings - Fork 65
feat: added mines game backend, modified backend folder structure and… #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
UI fixed route added mobile responsive
@hkirat Need to add auth, db, zod |
Added Limbo backend |
Modified Plinkoo RNG |
Added Dice and Keno |
Can yu add a video of these games? |
oh backend only. hmm |
yes, will add it in this PR itself |
Sounds good, then I'll start working on dice frontend, can I raise PR for that on your forked repo so the changes are included here. |
I'm done with dice FE |
Can review the PR, and push Dice FE. |
This comment was marked as resolved.
This comment was marked as resolved.
Screencast.from.2024-09-08.20-27-27.webm |
Great design implementation, would you be open to some good freelance gigs, Lmk. 😊 |
…ncluding game utilities and configurations
…nce management across components, enhancing state consistency and reducing complexity
…e components, improve betting functionality with multiplier support, and refine user interactions across various betting elements
…er balance checks, and improved game state management; refactor service methods for better integration with database and user management
…thentication, and improved game state management; refactor service methods for better database interaction and validation
… balance retrieval methods across games; enhance validation checks for betting functionality
…various components; update package.json scripts for database generation and enhance development setup
… requests to ensure code quality and consistency
…oudFront, including build steps, environment variable setup, and cache management for optimized performance
…kflow to streamline setup
…, including Docker image build, EC2 deployment, and notification upon success
…ment, package installation, and Prisma client generation
…le resolution settings
…tandardized secret names for improved clarity and consistency
…ompilation before starting the application
…r context and update package name from 'testimonials' to 'simcasino'; adjust Node.js version in deployment workflow to latest LTS
…d packages for Prisma compatibility
…with apt-get for improved compatibility and reduced image size
…r improved configuration management
… instead of 'main' for both backend and frontend
…ty and consistency
…r version to [email protected]; create .env.example for database configuration
- Added Keno game to the frontend, including game routing and components. - Created BettingControls and KenoTile components for user interaction. - Integrated keno risk selection and payout multipliers. - Implemented tile selection logic with auto-pick feature. - Established state management for keno using Zustand. - Defined constants and types for keno payouts and risks. - Added SVG assets for keno game visuals. - Updated Tailwind CSS configuration for keno-specific styles.
…and transaction handling
… outcome management; update UI components for better user experience
… logic; enhance fairness modal and result breakdown
…betting and game state management; add routes and controllers for game actions
…ols, game state management, and SVG assets
…uding betting, game state management, and player actions; add validation schemas and update database schema
Added Stakes Mines Game (https://stake.com/casino/games/mines)
Also added provably fairness to the games, to generate randomness using
crypto