From b1a885ac229892bac528e6fea4e011a1b240867b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 10 Oct 2025 20:55:37 +0500 Subject: initial commit --- projects.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 projects.json (limited to 'projects.json') 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 -- cgit v1.2.3