1
General discussion / Re: How to launch FIFE on Ubuntu Linux?
« on: April 22, 2013, 06:16:01 am »
Heya TurtleyWurtley!
FIFE is a library to build games on top of, so the only "programs" in that sense you will find are demos shipped with FIFE and tools such as the editor. If you installed `python-fife`, that means you have the python bindings available now. So for instance you could, in any python environment, type `import fife` and use FIFE there.
I'm not sure about the exact layout of the debianoid packages currently, but for more hints about all of this, maybe try to locate `rio de hola` (one of the demos) or check out the python tutorials at https://github.com/fifengine/python-tutorials.
FIFE is a library to build games on top of, so the only "programs" in that sense you will find are demos shipped with FIFE and tools such as the editor. If you installed `python-fife`, that means you have the python bindings available now. So for instance you could, in any python environment, type `import fife` and use FIFE there.
I'm not sure about the exact layout of the debianoid packages currently, but for more hints about all of this, maybe try to locate `rio de hola` (one of the demos) or check out the python tutorials at https://github.com/fifengine/python-tutorials.