Skip to content

heyallnorahere/fe_engine

 
 

Repository files navigation

fe_engine

About

This project aims to recreate the Fire Emblem: Three Houses game engine. All game mechanics are referenced from this website.

What's this Fire Emblem?

Fire Emblem is a tactical role-playing game developed by Intelligent Systems and published by Nintendo. The premise of each map is that you (the player) have a set of units (your army) and need to defeat the enemy's army, controlled by the game's AI. Each unit has a set amount of HP, and once that HP count reaches zero, they die, and once you lose a unit, it's gone from later maps.

Building

Simply install .NET Core and run dotnet build -c Release within the root directory of this repository.

In this repository there is an example command line application in FEEngine.Cmdline. Once the solution is built, run:

dotnet FEEngine.Cmdline/bin/Release/net6.0/FEEngine.Cmdline.dll

When on Unix, the console does not resize automatically. If the console is too small when the application starts up, resize it and press C. This will clear the console, and re-render the application.

About

A recreation of the Fire Emblem: Three Houses engine in a terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published