Skip to content

OmniaX-dev/Final-Fantasy-VII-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Fantasy VII - Interactive Map

This is a simple interactive map for the Final Fantasy VII game, written in C++ with the use of the SFML framework.

The simple functionality it provides:

  • Filtering by name: By typing anything you will filter the shown places.
  • 5 different quadrants: you can access them by using the number keys from 1 to 5, and 0 to show all quadrants.

The start matrix

To compile this project, open a terminal (or command prompt) in the project's directory, and run:

Windows:

build.bat

Linux:

./build.sh

This will create the executable ffvii_map (or ffvii_map.exe in Windows) inside the project's directory.

About

An interactive world map from the game Final Fantasy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages