emfcamp / badge-2024-software

46 stars 29 forks source link

Sim not Running #192

Open Nathan3-14 opened 2 months ago

Nathan3-14 commented 2 months ago

When I try to run the sim using pipenv run python run.py, the pygame window pops up for a split second, before closing with this error

Traceback (most recent call last):
  File "/home/nathan/python/tildagon/risk_app/sim/run.py", line 180, in <module>
    sim_main()
  File "/home/nathan/python/tildagon/risk_app/sim/run.py", line 176, in sim_main
    import main
ModuleNotFoundError: No module named 'main'

I imagine there is a file missing which executes some functions?