Skip to content

Commit

Permalink
Add C++ starter project
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaechter committed Apr 24, 2024
1 parent 178d9d9 commit 2a9c578
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/starter-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ export const communityProjects = [
href: 'https://github.com/maartene/BattlesnakeSwiftStarter',
author: 'Maarten Engels',
authorHref: 'https://github.com/maartene'
},
{
name: 'C++ Starter Project',
href: 'https://github.com/bgaechter/battlesnake-starter-cpp',
author: 'Benny Gaechter',
authorHref: 'https://github.com/bgaechter'
}
]

Expand Down

0 comments on commit 2a9c578

Please sign in to comment.