An open API service indexing awesome lists of open source software.

https://github.com/yshmarov/lottery-zero

Ruby on Rails lottery app with weighted random winner + funds input and transfer
https://github.com/yshmarov/lottery-zero

lottery lottery-draw lottery-game

Last synced: 4 months ago
JSON representation

Ruby on Rails lottery app with weighted random winner + funds input and transfer

Awesome Lists containing this project

README

          

# LotteryZero - Ruby on Rails 6 lottery application. Buy lottery tickets and win credits!

### Features

- user authentication with Github, Google (not via email)
- buy in-game credits
- buy tickets in a Roulette
- when a Roulette gets filled, _weighted random winner_ gets whole prize
- leaderboard - who won the most

### Tech stack

- Ruby 3.4
- Rails 8
- Hotwire
- Importmaps
- Bootstrap 4
- Font Awesome 6

### Examples:

Make a bet

![Make a Bet](public/make-a-bet.png)

There's a winner!

![Winner](public/winner.png)

Leaderboard

![Leaderboard](public/leaderboard.png)