diff --git a/logik.pl b/logik.pl index 04a34a7..8bedf0e 100644 --- a/logik.pl +++ b/logik.pl @@ -1 +1,17 @@ -% hier kommt der ganze logik bums hin \ No newline at end of file +% hier kommt der ganze logik bums hin + +% globalen Turncounter + +player_turn(Player) :- + + % calculate action points + calc_action_points(Player, Turncounter) + + + % further logic + + + + + % save remaining ap + save_action_points(Player) \ No newline at end of file