aimacode / aima-csharp

C# implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
175 stars 86 forks source link

Is This Still Supported? #2

Closed antmarakis closed 7 years ago

antmarakis commented 7 years ago

Hello. Is this still alive? I would like to try my hand at helping out.

It seems to be built like a C# solution (maybe for Visual Studio), but I don't understand why. Wouldn't it be best if we built this like the other repos (Python, for example) where we wrote is plain .cs files? It would be simpler that way.

redblobgames commented 7 years ago

I don't think anyone's actively working on the csharp repository. I agree though that it would be better to have plain cs files that can be used anywhere without IDE-specific files (Visual Studio or Unity etc.)

ShobhitLamba commented 7 years ago

Hello. Yes this repo is still alive. Though I have not worked on it for a while now due to other commitments. And anyone can contribute to the repository. Just put in a pull request.

And yes, this has been built like a C# project on Visual Studio, like Aima-Java and not like the python repo, simply because of my preference (sorry about that) to do that and since I was the only one contributing to the project, it was not a problem till now. But it is not that big an issue and worked well for Java till now.

You are welcome to make contributions to the project. There are some bugs in the code right now. I suggest you can start with debugging them and moving on with adding new code. There is also a Read me to write, an index to add, and other documentation which I was not able to add (I was the only one working sooo..)

Thank you for your interest.

sfsharapov commented 7 years ago

Hello. I've added ReadMe, index and Contributing.md in my pull request. Could you revise it?