C
C#2y ago
FuriousZen

❔ Need help running Github repository

Hello everyone! I'm a high school student currently working on a science project. I found a great Github project with a similar idea to use as a reference source in C#, but I've been struggling to figure out how to actually run the .cs files so that the simulation starts. When I add all the files into VSCode, there is no clear "Run" button to begin the simulatin. Unfortunately, I'm not familiar with C# so I would like some help here on how to actually get the window with the intersection and cars running. Thanks in advance! https://github.com/a-dubs/autonomous-intersection
GitHub
GitHub - a-dubs/autonomous-intersection: Developing and Simulating ...
Developing and Simulating Self-Driving Car A.I. Without Need for Traffic Lights - GitHub - a-dubs/autonomous-intersection: Developing and Simulating Self-Driving Car A.I. Without Need for Traffic L...
9 Replies
Aaron
Aaron2y ago
it would probably be easier to work in VS Community instead of VSCode
FuriousZen
FuriousZenOP2y ago
I was thinking that too, but I just figured that there probably is a way to run the files on any IDE, not limited to VS
Aaron
Aaron2y ago
I'm not particularly familiar with how you run .NET Framework projects on windows, other than just doing so through VS
Klarth
Klarth2y ago
Looks like old .NET Framework stuff. Needs MonoGame 3 installed, too:
<Reference Include="MonoGame.Framework">
<HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Windows\MonoGame.Framework.dll</HintPath>
</Reference>
<Reference Include="MonoGame.Framework">
<HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Windows\MonoGame.Framework.dll</HintPath>
</Reference>
It won't load as-is in VS either. Maybe if you have MonoGame installed in the exact way it expects. 🤷‍♂️ I'd have to install MonoGame to have a chance of figuring it, so I think I'll bail at this point. catsweat
FuriousZen
FuriousZenOP2y ago
alright, thanks for the insight man the project is due tonight so any advice helps
Aaron
Aaron2y ago
seems a bit late to be starting
FuriousZen
FuriousZenOP2y ago
looking for last-minute help with this, would love to get in a call with someone if possible
Aaron
Aaron2y ago
what exactly is the project
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity. Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server