Skip to content

Commit e4402c7

Browse files
committedFeb 9, 2021
Added RPS Game
1 parent d3a0714 commit e4402c7

14 files changed

+149
-593
lines changed
 

‎mathhelper/index.html

Lines changed: 16 additions & 593 deletions
Large diffs are not rendered by default.

‎rps/asset-manifest.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"files": {
3+
"main.css": "./static/css/main.a20e383a.chunk.css",
4+
"main.js": "./static/js/main.ecba0ccc.chunk.js",
5+
"main.js.map": "./static/js/main.ecba0ccc.chunk.js.map",
6+
"runtime-main.js": "./static/js/runtime-main.a2ac0524.js",
7+
"runtime-main.js.map": "./static/js/runtime-main.a2ac0524.js.map",
8+
"static/js/2.0a128a14.chunk.js": "./static/js/2.0a128a14.chunk.js",
9+
"static/js/2.0a128a14.chunk.js.map": "./static/js/2.0a128a14.chunk.js.map",
10+
"index.html": "./index.html",
11+
"precache-manifest.b564e244f918ae3e0b90614ee9392310.js": "./precache-manifest.b564e244f918ae3e0b90614ee9392310.js",
12+
"service-worker.js": "./service-worker.js",
13+
"static/css/main.a20e383a.chunk.css.map": "./static/css/main.a20e383a.chunk.css.map",
14+
"static/js/2.0a128a14.chunk.js.LICENSE.txt": "./static/js/2.0a128a14.chunk.js.LICENSE.txt"
15+
},
16+
"entrypoints": [
17+
"static/js/runtime-main.a2ac0524.js",
18+
"static/js/2.0a128a14.chunk.js",
19+
"static/css/main.a20e383a.chunk.css",
20+
"static/js/main.ecba0ccc.chunk.js"
21+
]
22+
}

‎rps/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link href="https://fonts.googleapis.com/css2?family=Ranchers&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet"><title>TypoSpeed</title><link href="./static/css/main.a20e383a.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,p,l=t[0],f=t[1],i=t[2],c=0,s=[];c<l.length;c++)p=l[c],Object.prototype.hasOwnProperty.call(o,p)&&o[p]&&s.push(o[p][0]),o[p]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(a&&a(t);s.length;)s.shift()();return u.push.apply(u,i||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,l=1;l<r.length;l++){var f=r[l];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=p(p.s=r[0]))}return e}var n={},o={1:0},u=[];function p(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,p),r.l=!0,r.exports}p.m=e,p.c=n,p.d=function(e,t,r){p.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},p.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},p.t=function(e,t){if(1&t&&(e=p(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(p.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)p.d(r,n,function(t){return e[t]}.bind(null,n));return r},p.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return p.d(t,"a",t),t},p.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},p.p="./";var l=this.webpackJsonptypospeed=this.webpackJsonptypospeed||[],f=l.push.bind(l);l.push=t,l=l.slice();for(var i=0;i<l.length;i++)t(l[i]);var a=f;r()}([])</script><script src="./static/js/2.0a128a14.chunk.js"></script><script src="./static/js/main.ecba0ccc.chunk.js"></script></body></html>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "eefaa0c0748b7e23cf67eb5238c5b0c6",
4+
"url": "./index.html"
5+
},
6+
{
7+
"revision": "b311d2e5c1d59f146cfb",
8+
"url": "./static/css/main.a20e383a.chunk.css"
9+
},
10+
{
11+
"revision": "651aad9307a06467633f",
12+
"url": "./static/js/2.0a128a14.chunk.js"
13+
},
14+
{
15+
"revision": "570d362d673dab785e62d2b8563e1118",
16+
"url": "./static/js/2.0a128a14.chunk.js.LICENSE.txt"
17+
},
18+
{
19+
"revision": "b311d2e5c1d59f146cfb",
20+
"url": "./static/js/main.ecba0ccc.chunk.js"
21+
},
22+
{
23+
"revision": "3c22466f1092a61e015e",
24+
"url": "./static/js/runtime-main.a2ac0524.js"
25+
}
26+
]);

‎rps/service-worker.js

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* Welcome to your Workbox-powered service worker!
3+
*
4+
* You'll need to register this file in your web app and you should
5+
* disable HTTP caching for this file too.
6+
* See https://goo.gl/nhQhGp
7+
*
8+
* The rest of the code is auto-generated. Please don't update this file
9+
* directly; instead, make changes to your Workbox build configuration
10+
* and re-run your build process.
11+
* See https://goo.gl/2aRDsh
12+
*/
13+
14+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
15+
16+
importScripts(
17+
"./precache-manifest.b564e244f918ae3e0b90614ee9392310.js"
18+
);
19+
20+
self.addEventListener('message', (event) => {
21+
if (event.data && event.data.type === 'SKIP_WAITING') {
22+
self.skipWaiting();
23+
}
24+
});
25+
26+
workbox.core.clientsClaim();
27+
28+
/**
29+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
30+
* requests for URLs in the manifest.
31+
* See https://goo.gl/S9QRab
32+
*/
33+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
34+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
35+
36+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), {
37+
38+
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
39+
});

‎rps/static/css/main.a20e383a.chunk.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rps/static/css/main.a20e383a.chunk.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rps/static/js/2.0a128a14.chunk.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/** @license React v0.19.1
8+
* scheduler.production.min.js
9+
*
10+
* Copyright (c) Facebook, Inc. and its affiliates.
11+
*
12+
* This source code is licensed under the MIT license found in the
13+
* LICENSE file in the root directory of this source tree.
14+
*/
15+
16+
/** @license React v16.14.0
17+
* react-dom.production.min.js
18+
*
19+
* Copyright (c) Facebook, Inc. and its affiliates.
20+
*
21+
* This source code is licensed under the MIT license found in the
22+
* LICENSE file in the root directory of this source tree.
23+
*/
24+
25+
/** @license React v16.14.0
26+
* react.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/

‎rps/static/js/2.0a128a14.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rps/static/js/main.ecba0ccc.chunk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rps/static/js/main.ecba0ccc.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rps/static/js/runtime-main.a2ac0524.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rps/static/js/runtime-main.a2ac0524.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.