Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 937 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 937 Bytes

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!