diff options
Diffstat (limited to '')
-rw-r--r-- | python/GameState.py (renamed from dotsandboxes/GameState.py) | 0 | ||||
-rw-r--r-- | python/MCTS.py (renamed from dotsandboxes/agents/algorithms/MCTS.py) | 0 | ||||
-rw-r--r-- | python/agent_AB.py (renamed from dotsandboxes/agents/agent_AB.py) | 0 | ||||
-rw-r--r-- | python/agent_MCTS.py (renamed from dotsandboxes/agents/agent_MCTS.py) | 0 | ||||
-rw-r--r-- | python/alphaBeta.py (renamed from dotsandboxes/agents/algorithms/alphaBeta.py) | 0 | ||||
-rw-r--r-- | python/ann.py (renamed from dotsandboxes/agents/algorithms/ann.py) | 0 | ||||
-rw-r--r-- | python/board.py (renamed from dotsandboxes/board.py) | 0 | ||||
-rw-r--r-- | python/dataStructures.py (renamed from dotsandboxes/dataStructures.py) | 0 | ||||
-rw-r--r-- | python/dotsandboxes/dotsandboxesagent.py (renamed from dotsandboxes/agents/agent_random.py) | 0 | ||||
-rw-r--r-- | python/dotsandboxes/dotsandboxescompete.py (renamed from dotsandboxes/test/cli_compete.py) | 0 | ||||
-rw-r--r-- | python/dotsandboxes/dotsandboxesserver.py (renamed from dotsandboxes/server.py) | 2 | ||||
-rw-r--r-- | python/dotsandboxes/static/dotsandboxes.css (renamed from dotsandboxes/web/dotsandboxes.css) | 0 | ||||
-rw-r--r-- | python/dotsandboxes/static/dotsandboxes.html (renamed from dotsandboxes/web/dotsandboxes.html) | 0 | ||||
-rw-r--r-- | python/dotsandboxes/static/dotsandboxes.js (renamed from dotsandboxes/web/dotsandboxes.js) | 0 | ||||
-rw-r--r-- | python/evaluate.py (renamed from dotsandboxes/test/evaluate.py) | 0 |
15 files changed, 1 insertions, 1 deletions
diff --git a/dotsandboxes/GameState.py b/python/GameState.py index eed8f36..eed8f36 100644 --- a/dotsandboxes/GameState.py +++ b/python/GameState.py diff --git a/dotsandboxes/agents/algorithms/MCTS.py b/python/MCTS.py index 6c71ba9..6c71ba9 100644 --- a/dotsandboxes/agents/algorithms/MCTS.py +++ b/python/MCTS.py diff --git a/dotsandboxes/agents/agent_AB.py b/python/agent_AB.py index 5564f11..5564f11 100644 --- a/dotsandboxes/agents/agent_AB.py +++ b/python/agent_AB.py diff --git a/dotsandboxes/agents/agent_MCTS.py b/python/agent_MCTS.py index b60f5ec..b60f5ec 100644 --- a/dotsandboxes/agents/agent_MCTS.py +++ b/python/agent_MCTS.py diff --git a/dotsandboxes/agents/algorithms/alphaBeta.py b/python/alphaBeta.py index 8e041fe..8e041fe 100644 --- a/dotsandboxes/agents/algorithms/alphaBeta.py +++ b/python/alphaBeta.py diff --git a/dotsandboxes/agents/algorithms/ann.py b/python/ann.py index 05ae647..05ae647 100644 --- a/dotsandboxes/agents/algorithms/ann.py +++ b/python/ann.py diff --git a/dotsandboxes/board.py b/python/board.py index 36cfe8c..36cfe8c 100644 --- a/dotsandboxes/board.py +++ b/python/board.py diff --git a/dotsandboxes/dataStructures.py b/python/dataStructures.py index 1e972fc..1e972fc 100644 --- a/dotsandboxes/dataStructures.py +++ b/python/dataStructures.py diff --git a/dotsandboxes/agents/agent_random.py b/python/dotsandboxes/dotsandboxesagent.py index abf677b..abf677b 100644 --- a/dotsandboxes/agents/agent_random.py +++ b/python/dotsandboxes/dotsandboxesagent.py diff --git a/dotsandboxes/test/cli_compete.py b/python/dotsandboxes/dotsandboxescompete.py index ee2aee8..ee2aee8 100644 --- a/dotsandboxes/test/cli_compete.py +++ b/python/dotsandboxes/dotsandboxescompete.py diff --git a/dotsandboxes/server.py b/python/dotsandboxes/dotsandboxesserver.py index 914ab45..1b66372 100644 --- a/dotsandboxes/server.py +++ b/python/dotsandboxes/dotsandboxesserver.py @@ -23,7 +23,7 @@ class RequestHandler(http.server.SimpleHTTPRequestHandler): def do_GET(self): if self.path == "/": self.send_response(302) - self.send_header("Location", "web/dotsandboxes.html") + self.send_header("Location", "static/dotsandboxes.html") self.end_headers() return super().do_GET() diff --git a/dotsandboxes/web/dotsandboxes.css b/python/dotsandboxes/static/dotsandboxes.css index 71b1d3b..71b1d3b 100644 --- a/dotsandboxes/web/dotsandboxes.css +++ b/python/dotsandboxes/static/dotsandboxes.css diff --git a/dotsandboxes/web/dotsandboxes.html b/python/dotsandboxes/static/dotsandboxes.html index 4e97508..4e97508 100644 --- a/dotsandboxes/web/dotsandboxes.html +++ b/python/dotsandboxes/static/dotsandboxes.html diff --git a/dotsandboxes/web/dotsandboxes.js b/python/dotsandboxes/static/dotsandboxes.js index 11e9447..11e9447 100644 --- a/dotsandboxes/web/dotsandboxes.js +++ b/python/dotsandboxes/static/dotsandboxes.js diff --git a/dotsandboxes/test/evaluate.py b/python/evaluate.py index fb60211..fb60211 100644 --- a/dotsandboxes/test/evaluate.py +++ b/python/evaluate.py |