diff options
| author | ilotterytea <me@ilotterytea.kz> | 2025-10-10 20:55:37 +0500 |
|---|---|---|
| committer | ilotterytea <me@ilotterytea.kz> | 2025-10-10 20:55:37 +0500 |
| commit | b1a885ac229892bac528e6fea4e011a1b240867b (patch) | |
| tree | 48152aa48c41defe7f850390ea1c99db2c725438 /projects.json | |
initial commit
Diffstat (limited to 'projects.json')
| -rw-r--r-- | projects.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/projects.json b/projects.json new file mode 100644 index 0000000..15491ff --- /dev/null +++ b/projects.json @@ -0,0 +1,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" + ] + } +]
\ No newline at end of file |
