This set of tutorials will guide you through using FIFE to power your game.
Run build.bat file
Compiling:
cd src; mkdir _build; cd _build; cmake ..
Run:
cd src/_build/tutorial_1/ ./Tutorial1
Tutorial 1 shows you how to do the following with FIFE:
- Engine initialization and setup
- Setting up user input
- Loading a map
- Manipulating the camera through input keys and mouse
- Moving characters on screen
- Auto screen scrolling based on mouse cursor position
Please fork the project, if you would like to contribute!