<< Back to Programming Forum   Search

Posts 1 - 3 of 3   
AI API languages other than c#: 2025-04-28 08:15:26

Dan
Level 47
Report
As of recent, there appears to be interest in having "smarter" AIs:
https://www.warzone.com/Forum/822198-question-codersengineers-here
https://www.warzone.com/Forum/822393-ai-opps-teammates
https://www.warzone.com/Forum/822206-ai-choice-games
https://www.warzone.com/Forum/820207-bot-api-exist

One barrier with developing smarter AIs is that the code for it is written in c# - https://github.com/FizzerWL/WarLight.AI

I don't know c# but from what I know of other languages, I can get the gist of the code already written.

I've started translating it from c# to js and was wondering if anyone else wanted it in other languages.
AI API languages other than c#: 2025-04-28 08:18:31


JK_3 
Level 63
Report
Most AI development is done with Python, so if you want to port it for ML based AI's that would be a nice one to have.
AI API languages other than c#: 2025-04-28 09:36:19

Dan
Level 47
Report
Was expecting someone to mention python. I'll need to refresh my memory on some python things.

Only started with js because that's what I'm more familiar with.

Wasn't thinking of translating any AIs (other than Prod, as an example), but everything else in between.
Posts 1 - 3 of 3