Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f11f853

Browse files
committedNov 6, 2021
start cleaning up
1 parent ccf6bfe commit f11f853

27 files changed

+25
-18401
lines changed
 

‎.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: charliegerard
2+
ko_fi: devdevcharlie

‎.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
node_modules/
2-
.DS_Store
3-
build/
1+
.DS_Store

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Squid game tfjs
1+
# Squid Game's "Green light, red light" with movement detection using TensorFlow.js
2+
3+
Heavily inspired by [this original work](https://codepen.io/Mamboleoo/pen/abydvaG) by Louis Hoebregts that was using face detection.
4+
5+
- [ ] Refactor
6+
7+
- [ ] Fix start / replay button
8+
9+
## Running locally
10+
11+
With the Netlify CLI installed, run `ntl dev` to start a server using HTTPS.

‎old/index.html ‎index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>
7-
Squid Game with body tracking using TensorFlow.js - by Charlie Gerard
7+
Squid Game's "Green light, red light" with body tracking using
8+
TensorFlow.js - by Charlie Gerard
89
</title>
910
<link
1011
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap"
@@ -105,9 +106,7 @@ <h1>You won!</h1>
105106
<p>Well done, you survived... for now.</p>
106107
<button class="cta replay replay2 is-ready">Replay</button>
107108

108-
<!-- <script src="index.js"></script> -->
109-
<script src="test.js"></script>
110-
<!-- <script src="index2.js"></script> -->
109+
<script src="index.js"></script>
111110
</div>
112111
</body>
113112
</html>

‎old/test.js ‎index.js

File renamed without changes.

‎netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[dev]
2-
publish = "old/"
2+
publish = "."
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.