-1

Github repo got manage.py file but not sdk. What to use for SDK to run commands?

After installing the SDK there is no file called manage.py to run commands like python manage.py apps multiworm in VirtualEnv. How to compile new game?

How to fix manage.py missing file problem?

Got python 2.7. Turbulenz SDK Versions 0.28.0 on windows 8.1

Thanks

SuperBiasedMan
  • 9,814
  • 10
  • 45
  • 73
Pirzada
  • 4,685
  • 18
  • 60
  • 113

1 Answers1

0

I don't recommend using the SDK. It basically pre-dates the entire project becoming open-source and is a stripped down set of the things you will find in the github repo.

Personally I use commands similar to makehtml --mode canvas-debug -t . libs/all_my_stuff.js -o debug.html to build a project, then I run the project with python -m SimpleHTTPServer but your mileage may vary.

I have no cat
  • 226
  • 5
  • 13