Python requires wrappers and/or parsers to function outside of the python environment.
The person above me mentioned Eve being coded in Python - they are correct to a point - the game scripts were written in Python, while the engine was written in C.
Just be aware that to create a custom Python program to operate on a phone, or embedded in a web page, your going to have to write or find a parser - usually in C, C++ ( I've seen some Python parsers written in Java )
Edit: If you wish to see games written in PURE Python, please click HERE.
Show differencesHistory of post edits
#1Shippou
Posted 10 November 2012 - 03:48 PM
Python requires wrappers and/or parsers to function outside of the python environment.
The person above me mentioned Eve being coded in Python - they are correct to a point - the game scripts were written in Python, while the engine was written in C.
Just be aware that to create a custom Python program to operate on a phone, or embedded in a web page, your going to have to write or find a parser - usually in C, C++ ( I've seen some Python parsers written in Java )
The person above me mentioned Eve being coded in Python - they are correct to a point - the game scripts were written in Python, while the engine was written in C.
Just be aware that to create a custom Python program to operate on a phone, or embedded in a web page, your going to have to write or find a parser - usually in C, C++ ( I've seen some Python parsers written in Java )