Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrygraesberg/buckshot-roulette-randomizer
Having trouble picking which of your friends to shoot, skip or steal from when playing buckshot roulette? Here's a 'lil website to help you, and hopefully preserve your friendships!
https://github.com/henrygraesberg/buckshot-roulette-randomizer
buckshot-roulette website
Last synced: 11 days ago
JSON representation
Having trouble picking which of your friends to shoot, skip or steal from when playing buckshot roulette? Here's a 'lil website to help you, and hopefully preserve your friendships!
- Host: GitHub
- URL: https://github.com/henrygraesberg/buckshot-roulette-randomizer
- Owner: henrygraesberg
- License: apache-2.0
- Created: 2024-11-16T13:46:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:09:07.000Z (about 1 month ago)
- Last Synced: 2024-11-23T16:19:49.811Z (about 1 month ago)
- Topics: buckshot-roulette, website
- Language: TypeScript
- Homepage: https://buckshot.graesberg.com
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buckshot Roulette Random Player Picker
[buckshot.graesberg.com](https://buckshot.graesberg.com)\
This project is a website designed to let you pick one of the players around the table completely at random. This includes yourself, though it is off by default, as I suspect you are not stupid enough to let a website decide if you should shoot yourself.The site is based on the design of the "Jammer" item in the game, with slight changes made to support the new usecase.
## Reporting bugs/makings suggestions/Contributing/Editing Code
See [CONTRIBUTING.md](https://git.graesberg.com/buckshot-roulette-randomizer/blob/main/CONTRIBUTING.md) to learn how to contribute, report bugs and make suggestions!## Next.js generated readme
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).### Getting Started
First, run the development server:
```bash
npm run dev
```### Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!