updated roles, init tests, added states

This commit is contained in:
2021-03-12 00:59:38 +01:00
parent 8654e795fe
commit c6e8cc7d29
6 changed files with 193 additions and 39 deletions

8
tests/test_game.py Normal file
View File

@@ -0,0 +1,8 @@
import pytest
import pywerwolf
import pywerwolf.gamelogic as gl
def test_game_init():
g = gl.Game()