Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Schmel924/cpp-tutorials

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A set of C++ tutorials for FIFE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 50.3%
  • CMake 49.1%
  • Batchfile 0.6%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.