diff --git a/game.py b/game.py index bd23c0d24db9eee8595bdab32a98334b55435157..1e6ec59d245818de055362f5030251926b69d959 100644 --- a/game.py +++ b/game.py @@ -4,3 +4,7 @@ import numpy as np import math + +class game(): + def __init__(self): + self.thing = 0 \ No newline at end of file diff --git a/utilis.py b/utilis.py index 001a23df22aafb825608ef33fbf13146d55e3043..30ad45b7bcefb32575f3445519d9cc6485223818 100644 --- a/utilis.py +++ b/utilis.py @@ -1,4 +1,4 @@ file = open("workfile","r") -print(file.read()) +print(file.readline()) diff --git a/workfile b/workfile index 748536090c67dbe2ef825e4fcd8f83901215f601..07cfd59aa3e976ed63829aaf838acbd27ba190dc 100644 --- a/workfile +++ b/workfile @@ -1 +1,2 @@ -hello test +N,100 +#Number of players in a game