Skip to content

Commit 210999f

Browse files
Initial commit
0 parents  commit 210999f

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
src/
2+
incl/
3+
actions.sh

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# PyAutoDiv-ProcessRoulette
2+
**A simple game inspired by Russian Roulette. (DISCLAIMER: THIS IS DANGEROUS)**
3+
4+
---
5+
6+
## Table of Contents
7+
1. What is ProcessRoulette?
8+
2. Warning
9+
10+
---
11+
12+
## 1. What is ProcessRoulette?
13+
ProcessRoulette is a (dangerous) game implemented in C. It takes the concept of Russian Roulette and cranks the stakes up to a billion. See the [how to play file](./how-to-play.md) for more details.
14+
15+
---
16+
17+
## 2. Warning
18+
**This is a dangerous program. It has the ability to send SIGSTOP to random processes of your user.** ***It is expected that you know the risks and play with caution.***

how-to-play.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# How to Play
2+
**How to play ProcessRoulette.**
3+
4+
*(note): This only works on Linux.*
5+
6+
---
7+
8+
Run the program. It will pick a random number from 100 to 10,000. If the process doesn't exist, it just re-rolls. Once a valid process is found, a 30% chance for it to trigger, and 70% for it to not trigger. If triggered, SIGSTOP is sent to it. That's it!

0 commit comments

Comments
 (0)