[iagno] Make the AI play a bit faster.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Make the AI play a bit faster.
- Date: Mon, 15 Jul 2019 21:45:12 +0000 (UTC)
commit 059c62d7f76c062ed605f038f8d4caeaeeb6608d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Jul 15 20:50:55 2019 +0200
Make the AI play a bit faster.
A bit.
src/iagno.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index f2c1a29..ee39c7b 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -40,7 +40,7 @@ private class Iagno : Gtk.Application
/* Seconds */
private const double QUICK_MOVE_DELAY = 0.4;
private const double MODERATE_MOVE_DELAY = 1.7;
- private const double SLOW_MOVE_DELAY = 2.0;
+ private const double SLOW_MOVE_DELAY = 1.9;
/* Widgets */
private GameWindow window;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]