From 7ae446b661c47b41ed38d7f88b8f54416575e47f Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 16 Apr 2014 22:59:56 +0200 Subject: Split file + Working Solo mode : Add hints + Disallow multiple identical colors in same line + Correctly randomize answer --- Gamestates/Init.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Gamestates/Init.lua (limited to 'Gamestates/Init.lua') diff --git a/Gamestates/Init.lua b/Gamestates/Init.lua new file mode 100644 index 0000000..5f42661 --- /dev/null +++ b/Gamestates/Init.lua @@ -0,0 +1,4 @@ +return { + Solo = require("Gamestates/Solo"), + Multiplayer = require("Gamestates/Multiplayer") +} -- cgit v1.2.3-54-g00ecf