/cpp-tutorials

A set of C++ tutorials for FIFE

Primary LanguageC++

FIFE C++ Tutorials

Build status Build Status

This set of tutorials will guide you through using FIFE to power your game.

Installation

Windows

Run build.bat file

Linux

Compiling:

cd src; mkdir _build; cd _build; cmake ..

Run:

cd src/_build/tutorial_1/ ./Tutorial1

Tutorials Overview

Tutorial 1

Tutorial 1 shows you how to do the following with FIFE:

  1. Engine initialization and setup
  2. Setting up user input
  3. Loading a map
  4. Manipulating the camera through input keys and mouse
  5. Moving characters on screen
  6. Auto screen scrolling based on mouse cursor position

Contribute

Please fork the project, if you would like to contribute!