github copilot

Game development with Board Game Arena Studio
Post Reply
User avatar
abcde
Posts: 28
Joined: 24 January 2014, 18:30

github copilot

Post by abcde »

Newbie question here,
Do you think github copilot will be useful for developing BGA games using the BGA framework?

Thanks for all replies
User avatar
Kayvon
Posts: 1059
Joined: 17 October 2011, 01:39

Re: github copilot

Post by Kayvon »

It'll be as useful for BGA development as it is for anything else. It won't automatically write complicated algorithms, but it will help autocomplete your statements. It won't be familiar with the ins and outs of BGA's API, but it will help form data into const data structures for you.

I have a Github Copilot subscription that I exclusively use for BGA (because NDA prevents it from being used at work) and I enjoy it.
User avatar
ShaPhi7
Posts: 37
Joined: 22 April 2020, 20:44

Re: github copilot

Post by ShaPhi7 »

Yes, worth using, often completes stuff I wouldn't expect it to, and if it doesn't get it right, just ignore the suggestion and code it yourself as you would have done anyway. Just be sure to test the code as thoroughly as if you'd written it yourself (if not more)!
User avatar
MGoulet
Posts: 54
Joined: 20 September 2014, 13:17

Re: github copilot

Post by MGoulet »

Actually, I use Cody extension in Visual Studio Code. It's like Github Copilot but free for auto completion.
The plugin use Claude 3 Sonnet instead of GPT by default.

Otherwise, I use perplexity.ai or claude.ai to help me optimise my code. For example, i write a function of 10-15 lines of code. I ask one of those ai how can I improve my code and sometime, they can optimise
User avatar
MathCT
Posts: 97
Joined: 23 February 2021, 13:18

Re: github copilot

Post by MathCT »

Whatever AI you use to help you code, it will never replace your brain to implement a game on BGA. AI will never make a game for you.... and thank goodness... otherwise I would be unemployed. :D
Post Reply

Return to “Developers”