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
|
[
{
"title": "Maxon Petting Simulator",
"year": "2022",
"description": "A clicker game about a cute kitty whose cheeks must always be squished.",
"banner": "/static/projects/maxon/banner.png",
"links": [
{
"url": "https://ilotterytea.itch.io/maxon",
"name": "Download",
"style": "green"
},
{
"url": "https://git.ilt.su/maxon.git",
"name": "Source code",
"style": "gray"
}
],
"screenshots": [
"/static/projects/maxon/screenshots/1.png",
"/static/projects/maxon/screenshots/2.png"
]
},
{
"title": "Voxelphalia",
"year": "2025",
"description": "Another voxel-based sandbox game where you can build whatever you want...",
"banner": "/static/projects/voxelphalia/banner.png",
"links": [
{
"url": "https://ilotterytea.itch.io/voxelphalia",
"name": "Download",
"style": "green"
},
{
"url": "https://git.ilt.su/voxelphalia.git",
"name": "Source code",
"style": "gray"
}
],
"screenshots": [
"/static/projects/voxelphalia/screenshots/1.png",
"/static/projects/voxelphalia/screenshots/2.png"
]
}
]
|