From 2d5009e5bbf4fb015e95730d9d161715b1e29b35 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 6 Apr 2017 23:06:50 +0430 Subject: [PATCH] fix: mention the maximum frame limit --- web/static/index.html | 2 ++ web/static/style.css | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/web/static/index.html b/web/static/index.html index a686b4e..4e7f315 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -63,6 +63,8 @@ + +

Note: we have limited the game to run only for 10000 frames to avoid infinitely long games, if you want to watch the game indefinitely, get the python version and try it yourself.