https://github.com/markusl/russian_roulette_9000
Russian Roulette game for the Disobey 2019 Badge
https://github.com/markusl/russian_roulette_9000
Last synced: 6 months ago
JSON representation
Russian Roulette game for the Disobey 2019 Badge
- Host: GitHub
- URL: https://github.com/markusl/russian_roulette_9000
- Owner: markusl
- Created: 2019-01-21T20:18:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T20:30:35.000Z (over 7 years ago)
- Last Synced: 2025-03-26T15:28:30.568Z (about 1 year ago)
- Language: Python
- Size: 3.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Russian Roulette 9000
## What is this about?
It's about programming a microcontroller running micropython that was used as a badge at the [Disobey](https://disobey.fi/) conference.
See documentation:
*
*
*
Appstore:

### How to install?
Install via Wifi from the Appstore. See talk.pdf.
### How to develop?
Connect to the badge via USB:
```bash
screen -L /dev/tty.usbmodem1462201 115200
```
Use the micropython shell to iterate the code. See talk.pdf.
### What does it look like

Controls: Press start to shoot. New round is started automatically.