-
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
… refactor GameViz to utilize new components
- Updated getBet controller to include user-specific bet verification. - Added middleware to verify user authentication for bet retrieval. - Modified getBetById service to accept user context for personalized data. - Enhanced user service to include active bets in user instance. - Implemented new overview component for provable fairness documentation. - Improved fairness modal to handle game-specific logic and navigation. - Updated global modals to manage fairness and bet modals more effectively. - Refactored verification inputs to support numeric nonce handling. - Added support for active games and rotation logic in fairness components. - Updated frontend components to improve styling and usability. - Introduced zod schemas for better type safety in routing. - Updated package dependencies to include the latest Prisma client.
…are for development use
…se package location
- Updated LoginModal to use LOGIN_URL constant for Google OAuth redirection. - Created LOGIN_URL in immutableConst for better maintainability. - Removed deprecated Login component from auth feature. - Adjusted Home component to conditionally render tabs based on user authentication state. - Enhanced MyBetsTable to display an empty state with action to explore games. - Integrated Header component into Protected and Public layouts for consistent navigation. - Removed unused login route and related code from routing structure. - Added EmptyState component for better handling of empty data scenarios.
…enhancing layer caching
…nnecessary dependencies
…nd dynamic callback URL
…s and indentation
- Refactored Privacy Policy and Terms and Conditions components to include Header and container styling. - Added new routes for Privacy Policy and Terms and Conditions in the route tree. - Adjusted route definitions to remove trailing slashes for consistency.


Added Stakes Mines Game (https://stake.com/casino/games/mines)
Also added provably fairness to the games, to generate randomness using
crypto