From b66d47d51eeebcfa632785404ae503e05c107587 Mon Sep 17 00:00:00 2001 From: Brad Van Vugt <1531419+bvanvugt@users.noreply.github.com> Date: Sat, 13 Apr 2024 07:52:29 -0700 Subject: [PATCH] Add new community starter --- docs/starter-projects.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/starter-projects.md b/docs/starter-projects.md index 5bac194..fc33bca 100644 --- a/docs/starter-projects.md +++ b/docs/starter-projects.md @@ -179,6 +179,12 @@ export const communityProjects = [ href: 'https://github.com/sockbot/elixir-starter-battlesnake', author: 'Andy Chan', authorHref: 'https://github.com/sockbot' + }, + { + name: 'Swift Starter Project', + href: 'https://github.com/maartene/BattlesnakeSwiftStarter', + author: 'Maarten Engels', + authorHref: 'https://github.com/maartene' } ]