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
apache2 buckshot-roulette nextjs website
Last synced: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T16:09:29.000Z (over 1 year ago)
- Last Synced: 2025-04-22T14:54:20.577Z (about 1 year ago)
- Topics: apache2, buckshot-roulette, nextjs, website
- Language: TypeScript
- Homepage: https://buckshot.graesberg.com
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.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!