From 59055143b25c6be6977dac9faa22fa2d998ed0de Mon Sep 17 00:00:00 2001 From: Near Bluff Date: Sun, 2 Aug 2015 07:34:50 -0500 Subject: [PATCH 1/5] a new example this is the project i've been working on... took me 3 days to completely learn how to use the library, make the game, and debug it. i hope you like it and will add it to your repository :) --- examples/flight-game.html | 254 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 examples/flight-game.html diff --git a/examples/flight-game.html b/examples/flight-game.html new file mode 100644 index 0000000..509877f --- /dev/null +++ b/examples/flight-game.html @@ -0,0 +1,254 @@ + + + + + + + + + + + WebVR Starter Kit - Flight Game Example + + + + + + + + + + + + + + + + + From badbe5926caca6b4bdd904ecf9e452a83c40e939 Mon Sep 17 00:00:00 2001 From: Near Bluff Date: Sun, 2 Aug 2015 07:52:05 -0500 Subject: [PATCH 2/5] oops! forgot to remove some debug stuff i forgot to make the rocks faster and spawn at random hights --- examples/game.html | 254 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 examples/game.html diff --git a/examples/game.html b/examples/game.html new file mode 100644 index 0000000..2e51b53 --- /dev/null +++ b/examples/game.html @@ -0,0 +1,254 @@ + + + + + + + + + + + WebVR Starter Kit - Flight Game Example + + + + + + + + + + + + + + + + + From 7c6275bd8b1ffa759a807ad0c9caac2ba0eb76b4 Mon Sep 17 00:00:00 2001 From: Near Bluff Date: Sun, 2 Aug 2015 07:52:49 -0500 Subject: [PATCH 3/5] Rename flight-game.html to flight-game-debug.html --- examples/{flight-game.html => flight-game-debug.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{flight-game.html => flight-game-debug.html} (100%) diff --git a/examples/flight-game.html b/examples/flight-game-debug.html similarity index 100% rename from examples/flight-game.html rename to examples/flight-game-debug.html From 308cda79d77127cd969b9892679c9202574ee7c3 Mon Sep 17 00:00:00 2001 From: Near Bluff Date: Sun, 2 Aug 2015 07:53:15 -0500 Subject: [PATCH 4/5] Rename game.html to flight-game.html --- examples/{game.html => flight-game.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{game.html => flight-game.html} (100%) diff --git a/examples/game.html b/examples/flight-game.html similarity index 100% rename from examples/game.html rename to examples/flight-game.html From 29f4f773fb95529e62523ea3525cab806463e9b3 Mon Sep 17 00:00:00 2001 From: Near Bluff Date: Sun, 2 Aug 2015 07:54:03 -0500 Subject: [PATCH 5/5] Delete flight-game-debug.html --- examples/flight-game-debug.html | 254 -------------------------------- 1 file changed, 254 deletions(-) delete mode 100644 examples/flight-game-debug.html diff --git a/examples/flight-game-debug.html b/examples/flight-game-debug.html deleted file mode 100644 index 509877f..0000000 --- a/examples/flight-game-debug.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - - WebVR Starter Kit - Flight Game Example - - - - - - - - - - - - - - - - -