77:toc-placement: macro
88
99This page exists to answer common questions about Fifengine.
10- It is a reference to answer oft-repeated questions people in the Fife community encounter.
10+ It is a reference to answer oft-repeated questions people in the Fife community encounter.
1111It is not a complete guide to Fife, nor a tool for teaching how to use it.
1212
1313If there is some common or important question you feel is wrongly left
@@ -31,19 +31,20 @@ Formerly: Free Isometric Fallout Engine.
3131
3232== What platforms does FIFE run on?
3333
34- It currently runs on Linux, Mac OSX, and Windows.
34+ It currently runs on Linux, ~ Mac OSX~ , and Windows.
3535
3636== What is the current status of FIFE project?
3737
38- FIFE has several stable releases under its belt.
38+ FIFE has several stable releases.
39+
3940We are continuing to work on it to add and improve features.
4041
4142== How easy is it to create a game with FIFE?
4243
43- Creating a full-featured game is a complicated task.
44- FIFE tries to ease the development process for you by providing a stable basis for your game project.
45- It helps to have some programming experience to get started.
46- FIFE is an engine and you have to extend the engine to suit your needs.
44+ Creating a full-featured game is a complicated task.
45+ FIFE tries to ease the development process for you by providing a stable basis for your game project.
46+ It helps to have some programming experience to get started.
47+ FIFE is an engine and you have to extend the engine to suit your needs.
4748We have provided Python bindings to make the development process a little easier.
4849
4950== What projects are using FIFE?
@@ -76,30 +77,27 @@ For a full list a features please visit our [[Features]] page.
7677
7778=== Does FIFE support any scripting languages?
7879
79- Yes! We use SWIG to generate Python bindings.
80-
81- See http://www.swig.org/[SWIG's] homepage for more information on SWIG.
80+ Yes! We use SWIG to generate Python bindings.
8281
83- At this time we only generate Python bindings .
82+ See http://www.swig.org/[SWIG's] homepage for more information on SWIG .
8483
85- === Do you have any plans on supporting other scripting languages?
84+ === Do you plan to support other scripting languages?
8685
87- Not in the immediate future .
86+ Not at this time. We only generate Python bindings .
8887
8988=== Will the engine support network features so you can create multiplayer games based on FIFE?
9089
91- FIFE does NOT have any network code at the moment so it does not support multiplayer games.
90+ FIFE does NOT have any network code at the moment so it does not support multiplayer games.
9291
93- We are however hoping to add networking support in the future.
92+ We are however hoping to add networking support in the future.
9493We are looking for developers who have experience in writing network code.
9594
9695== Miscellaneous
9796
9897=== I'd like to help out and support you. How can I contribute to the development of FIFE?
9998
100- Great idea :-)
101-
102- We suggest you start by introducing yourself on our http://forums.fifengine.net/index.php?board=8.0[forum]
103- and then head over to our http://irc.fifengine.net[IRC] channel #fife on freenode.
99+ We'd love your help! 🙌
104100
101+ Start by introducing yourself in our https://github.com/fifengine/fifengine/discussions[GitHub Discussions].
105102
103+ We work on Github, so you can contribute by submitting pull requests with bug fixes or new features.
0 commit comments