- 1
How to convert a python file into a .NDS file in android?
I've been thinking about making a game for the NDS using python, I do not know how to render graphics, but I know how to make a textonly(no graphics, only text, just like terminal) game..... I still don't know how to convert the python code into .nds
7 ответов
+ 3
There are some confusing concepts.
Converting files does not transform a text mode program in a graphic one. You have to learn and use the graphical libraries of whatever language you pick.
Python has graphical libraries, so the need for graphics don't forbid Python.
Also, if I understand it correctly, your issue is the language, not the file format. You might use a converter, but I wouldn't rely on that. If you want your code in a different language, I recomend writing in that language. Unless, of course, for what you already wrote - but be sure to review and polish after conversion.
All that said, did you search in Play Store and Google? I bet you'll get it done faster and better.
+ 2
First off, not a boy.
Second off, you can put this into a Google Search inquiry instead of waiting for other to do the Google Search for you. Behind every great programmer is a search engine, so don't forget to put it to good use.
+ 1
Can clarify what you mean by in Android? Android isn't a language. What does Android have to do with the Nintendo DS operating system?
0
Ok then, trying it out, also sorry for calling you a boy
0
I accept your apology and I hope you find what you're looking for! 😄
0
I did search, turns out devkitpro was what I needed all along
- 1
Boi I am asking you for a .py to .NDS file converter that is available in android operating system