27 Aug 15, 01:27PM
I'm interested in programming a very small game in C++, and I really like the way that AC is made. I'm also looking for cross-platform compatibility (which AC has). So I was wondering what libraries were used. I saw in the source-code that Enet is used, but that was the only one I recognized (it could very well be that it's the only one used).
My purpose for this is to create a small 'game/chat-room' using Irrlicht, but from what I've seen Irrlicht does not have any networking incorporated into the library. So I went looking around a bit, and then remembered this game and how I liked its network setup.
As I said, I have looked at the code on github (https://github.com/AssaultCube/AC) but since I'm not too familiar with C++ I wasn't sure if I had found all the libraries or not (I was looking in the 'source/' directory, where I found the 'enet/' directory). Anything I missed?
My purpose for this is to create a small 'game/chat-room' using Irrlicht, but from what I've seen Irrlicht does not have any networking incorporated into the library. So I went looking around a bit, and then remembered this game and how I liked its network setup.
As I said, I have looked at the code on github (https://github.com/AssaultCube/AC) but since I'm not too familiar with C++ I wasn't sure if I had found all the libraries or not (I was looking in the 'source/' directory, where I found the 'enet/' directory). Anything I missed?