Rengo: adding players to "unassigned" section by default

VSCode is open-source (MIT license)

3 Likes

If you have some moral qualms with VSCode (it is mostly open source btw) you might check out VSCodium

2 Likes

Ok, thanks, I didn’t expect something from Microsoft being open source. :slight_smile:

4 Likes

Haha a bit has changed since Mr. Balmer’s reign. I believe TypeScript (by Microsoft) is open source too!

2 Likes

Mandatory vote for Vim within a linux terminal :smiley:

Do people use Eclipse for anything other than Java?

1 Like

It’s an open framework, so for example SAP decided to use Eclipse for SAP HANA, JS, ABAP, R, etc.
But beside that I don’t know.

I’m trying to implement something similar (button to unassign players + balance teams).
Can someone help me test? Just join the games by localghost or by turtoise0 on the beta site.

Here’s what I have so far:

unassign-players

balance-teams

6 Likes

I was curious after reading your patches… turns out true auto-balance is an NP complete problem :laughing: Partition problem - Wikipedia

Anyway nice approach!

3 Likes

Could’ve used Bogosort - Wikipedia :stuck_out_tongue:

As long as the function computed the handicap “correctly”, you could just click it a few times until you’re happy enough :smiley:

It looks pretty good anyway :slight_smile: We need a bot running on the beta server to get ranks quicker :slight_smile:

2 Likes