-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_list.js
More file actions
52 lines (52 loc) · 1.09 KB
/
project_list.js
File metadata and controls
52 lines (52 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
const projects_info = [
{
name: "Atom",
text_class: "",
description: "Graphical representations of sinosoudial waves.",
},
{
name: "Memory",
text_class: "darck",
description: "Test your memory with this game.",
},
{
name: "Cube Verify",
text_class: "darck",
description: "Detect some imposible Rubik's cubes",
},
{
name: "Pi Collisions",
text_class: "darck",
description: "How many times do you think they will collide?",
},
{
name: "Gravity",
text_class: "darck",
description: "Throw your meteors in a gravity simulator.",
},
{
name: "Doppler Effect",
text_class: "darck",
description: "Sound waves representation.",
},
{
name: "Irrational",
text_class: "darck",
description: "Two dots will never share the same angle.",
},
{
name: "Sqrt vs Max",
text_class: "darck",
description: "Apply a function to random samples",
},
{
name: "Handmade",
text_class: "",
description: "Drawing imperfect shapes with perfect calculations.",
},
{
name: "Non euclidean",
text_class: "darck",
description: "How doen't like spherical space?",
},
]