Page 1 of 1

What's involved with adding new features to existing games?

Posted: 06 September 2021, 23:46
by HexAddict
Hi, I'm not sure what to search for and that dev blurb (I have not created a new account yet) doesn't answer my questions.

If there is an existing game in BGA, and I want to improve it, how do I go about this?

Particularly, I see some games without Undo features, and I'd like to fix that. :D

Re: What's involved with adding new features to existing games?

Posted: 07 September 2021, 06:48
by Tisaac
HexAddict wrote: 06 September 2021, 23:46 Hi, I'm not sure what to search for and that dev blurb (I have not created a new account yet) doesn't answer my questions.

If there is an existing game in BGA, and I want to improve it, how do I go about this?

Particularly, I see some games without Undo features, and I'd like to fix that. :D
Nothing special, you create dev account, find the repo, clone it and start working. Once you are done, an admin can merge that into original project and deploy the patch.

Re: What's involved with adding new features to existing games?

Posted: 07 September 2021, 08:03
by tchobello
Don't forget to contact the game developer first and ask him if he's still involved before any modification...

Re: What's involved with adding new features to existing games?

Posted: 07 September 2021, 16:44
by Victoria_La
Yes please first say what game is that. There are multiple games which has developer who is still active and some of them had
good reasons not to have undo support. This is very difficult feature to add and get it right.