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

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

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:

![Badge](badge.png)

### 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

![The game](game.jpg)

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