Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 575 Bytes

Ice Emblem

Ice Emblem aims to be a completely free software clone of Fire Emblem.

It is written in Python with pygame.

How to play

Launch the game with

python main.py

I found a bug!

Please report any issue to the issue tracker

Documentation

There is Sphinx documentation available in the doc folder.
Run cd doc; make html; firefox _build/html/index.html and enjoy.

Sometimes the documentation might screw up. In that case run make clean; make html.