SLBR/README.md

37 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-09-18 15:01:20 +00:00
# SUICIDE LINUX BATTLE ROYALE
2018-09-17 21:53:27 +00:00
coming soon! check #slbr on irc for updates!
2018-08-28 17:28:32 +00:00
2018-09-17 21:53:27 +00:00
typo? you're out.
when you play, you'll be dropped in a fresh vm. on the way to your goal, any mistyped command will delete your vm and you'll be eliminated.
contact ~ben or sose on tilde.chat (in the #slbr channel) to sign up.
2018-09-17 21:58:42 +00:00
2018-09-18 17:58:39 +00:00
## Prerequisites
- LXC
- LXD with an lxdbr0 device configured
- inotifywait
2018-09-18 17:58:39 +00:00
- BSD style netcat
- Tmux
2018-09-18 15:01:20 +00:00
## Setup
2018-09-17 21:53:27 +00:00
- Switch to the directory you would like to run SLBR in.
- `git clone https://tildegit.org/tildeverse/SLBR`
- `cd SLBR`
- `ln -s $PWD/* ..`
- `cd ..`
2018-09-17 21:58:42 +00:00
2018-09-18 15:01:20 +00:00
## Running the game
2018-10-15 03:46:06 +00:00
- Run `./deathwatch.sh` to start the death listener.
- Run `./newuser.sh [user] [ssh public key]` to create new users as you see fit.
2018-09-17 21:53:27 +00:00
- Run `./deluser.sh [user]` to delete a user. (this is done automatically when a user types a command incorrectly)
- Once all of your users are created and logged in, run `echo "1" > gamestatus` to start the game.
2018-09-17 21:58:42 +00:00
2018-09-18 15:01:20 +00:00
## TODO
2018-09-17 21:53:27 +00:00
- Install-time configuration (setting proper ips, hostname, etc.)
2018-09-24 18:28:07 +00:00
- Fix user tracking
=======
2018-09-19 20:43:25 +00:00
- A goal and a way to check it
2018-09-17 21:56:11 +00:00
2018-09-17 21:58:42 +00:00
This is a ~ work in progress ~