From 90af15a4f670d6e2fa7e7bc73210f4c0ac4ee3ba Mon Sep 17 00:00:00 2001
From: Olivier Gayot <duskcoder@gmail.com>
Date: Thu, 4 Jun 2015 17:26:47 +0100
Subject: renamed files to prepare for the mobile version

the files have been renamed from game to cao.
Moreover, we now prepare them to adapt to the mobile version of the
game.

Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
---
 game.html | 30 ------------------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 game.html

(limited to 'game.html')

diff --git a/game.html b/game.html
deleted file mode 100644
index 48d7ee1..0000000
--- a/game.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <title>Cards Against Originality (Revisited)</title>
-    <link rel="stylesheet" href="style.css">
-    <script src="jquery.js"></script>
-    <script src="game.js"></script>
-  </head>
-  <body>
-      <button type="button" id="btn_join">Join a Game !</button>
-      <button type="button" id="btn_pick_black">Become the Judge</button>
-      <button type="button" id="btn_collect">Collect the Cards</button>
-
-      <div id="black_card">
-      </div>
-      <table id="white_cards">
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-          <tr><td class="card_desc"></td></tr>
-      </table>
-  </body>
-</html>
-- 
cgit v1.2.3