Skip to content

YuraV/mafia

Repository files navigation

mafia

mafiaapp

Rounds Does not Works at all for this moment !

MODELS: player_role.rb
game_role.rb
DOES NOT WORK AS WELL, TRYING TO EXTRACT ROLIFY PROCESS OUT FROM APPOINTMENTS MODEL

APPOINTMENTS CAN BE CONSIDERED AS PLAYERS INSIDE OF GAME

Before start you need run in concole
rake create_admin If you want have admin permissoins you must log in with credentials
email : admin@mafia.com
pw: mafiaadmin
Another way:

  1. Create user
  2. After set admin role for your user via rails c using next command
    user.add_role('admin') test TODO : kill/nominate feature