Hello !
I have discover a program called Real Ai by Oblivionburn.
You can train your ai and use it locally.
And even connect 2 ai simultanely to talk beetween them.
The thing is i don’t know how to connect it to Gdevelop5 ?
I test the peer to peer example program with a chat but i type localhost and a port but it doesn’t seem to connect.
Perhaps because it’s a third party application and you have to do the coding beetween them to make it work somehow.
Could be a first step to implement this type of ai inside Gdevelop5.
If somehow know how to do it would be cool.
Source code : GitHub - Oblivionburn/RealAI_PC: Real AI for PC
Peer to peer game example : P2p networking - a game example from the GDevelop game making app | GDevelop
I don’t see how this is connected to p2p tho
The program (not the source code) : Real AI by Oblivionburn
With Peerjs i tried to connected.
With the link thing in RealAi.
But it doesn’t connect i have an error.
I think it’s because RealAi is written in C# and don’t connect to PeerJs cause PeerJs is Javascript of course.
So it has to be rewrite in javascript or need a gateway to work with Gdevelop5.