Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWhat can we do on this project? #17389
Comments
This comment has been minimized.
This comment has been minimized.
Hello and thanks for your interest in the project. An interesting idea might be having a look at "HeuristicWeightPercentage" of our pathfinder: OpenRA/OpenRA.Mods.Common/Pathfinder/PathSearch.cs Lines 69 to 76 in 04912ea The linked comment already gives an explanation of what the property does (basically if you set it higher the finder is faster, but gives less optimal paths). I also suggest looking at #17334 (comment). What you could do here is:
I think this would certainly give you something to write about. Another idea would be benchmark-testing @teinarss new HPA pathfinder (I think the most recent version is at https://github.com/teinarss/OpenRA/tree/hpa2), but afaik he's not 100% finished yet, so this might be a bad idea. |
This comment has been minimized.
This comment has been minimized.
You will notice that this game has surprisingly few unit tests. However it has an interesting interface called OpenRA/OpenRA.Mods.Common/UtilityCommands/CheckYaml.cs Lines 63 to 78 in a74235b |
Please have us do something
Hi Admin,
I belong in a group of 2 students and currently taking a software testing class. I chose to work on this project because I felt it would be fun and --easy, but I guess I was wrong.
Task:
Problem:
We've since been playing this game, but we can't find bugs. Apparently, the game is a lot more advanced that we initially thought. Thanks to all the wonderful contributors. We've been able to build the game and run the tests, but that hasn't gotten us much points to pass. Its almost getting to the end of the semester and we can't change projects at this point.
The professor have instead asked us to talk to Admin and see if they can have us do anything. Please point us at what we could work on.
Thank you.
PS: The was the only way I could think of in order to be able to contact Admin.