From 505d888473b621ae269f449a4287e6662887098b Mon Sep 17 00:00:00 2001 From: cjin3 Date: Thu, 11 Sep 2025 11:20:32 -0400 Subject: [PATCH] Create cjin3.toml --- projects/cjin3.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 projects/cjin3.toml diff --git a/projects/cjin3.toml b/projects/cjin3.toml new file mode 100644 index 0000000..1899a64 --- /dev/null +++ b/projects/cjin3.toml @@ -0,0 +1,7 @@ +[[projects]] +url = "https://github.com/cjin3/112-Term-Project" +description = "A python tower defence game that supports creating and saving your own levels." + +[[projects]] +url = "https://github.com/vixu8/hack112" +description = "A small game engine for creating, exporting, and importing simple platformer games."