• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H23-Dec-2021-648611

VisualStudio/H23-Dec-2021-134126

cmake/H23-Dec-2021-1,018788

docs/H03-May-2022-554392

files/H23-Dec-2021-110,67681,112

script/H23-Dec-2021-1,190883

src/H03-May-2022-133,527100,797

.clang-formatH A D23-Dec-20211.9 KiB6968

.clang-tidyH A D23-Dec-20211.1 KiB3331

.gitignoreH A D23-Dec-2021923 8268

CONTRIBUTING.mdH A D23-Dec-20211.5 KiB4323

LICENSEH A D23-Dec-202117.7 KiB340281

MakefileH A D23-Dec-20211.8 KiB428

Makefile.switchH A D23-Dec-20212 KiB4115

Makefile.vitaH A D23-Dec-20212.8 KiB6735

README.mdH A D23-Dec-20214 KiB6844

appveyor.ymlH A D23-Dec-20213.5 KiB9680

fheroes2-vs2015.vcxprojH A D23-Dec-202133.1 KiB570570

fheroes2-vs2019.vcxprojH A D23-Dec-202132.6 KiB571571

fheroes2.keyH A D23-Dec-20214.4 KiB116115

sonar-project.propertiesH A D23-Dec-2021797 2618

README.md

1# fheroes2
2
3**Free Heroes of Might and Magic II** (fheroes2) is a recreation of HoMM2 game engine.
4
5This open source multiplatform project, written from scratch, is designed to reproduce the original game with significant
6improvements in the gameplay, graphics and logic (including support for high-resolution graphics, improved AI, numerous fixes
7and UI improvements), breathing new life into one of the most addictive turn-based strategies.
8
9<p align="center">
10    <img src="docs/images/screenshots/screenshot_world_map.png?raw=true" width="410"> <img src="docs/images/screenshots/screenshot_castle.png?raw=true" width="410">
11</p>
12<p align="center">
13    <img src="docs/images/screenshots/screenshot_battle.png?raw=true" width="512">
14</p>
15
16## Download and install
17
18To download and install fheroes2 please follow the [**installation guide**](docs/INSTALL.md).
19
20[![Github Downloads](https://img.shields.io/github/downloads/ihhub/fheroes2/total.svg)](https://github.com/ihhub/fheroes2/releases)
21
22## Copyright
23
24All rights for the original game and its resources belong to former The 3DO Company. These rights were transferred to Ubisoft.
25We do not encourage and do not support any form of illegal usage of the original game. We strongly advise to purchase the original
26game on [**GOG**](https://www.gog.com) or [**Ubisoft Store**](https://store.ubi.com) platforms. Alternatively, you can download a
27free demo version of the game. Please refer to the [**installation guide**](docs/INSTALL.md) for more information.
28
29## License
30
31This project is licensed under the [**GNU General Public License v2.0**](https://github.com/ihhub/fheroes2/blob/master/LICENSE).
32
33Initially, the project was developed on [**sourceforge**](https://sourceforge.net/projects/fheroes2/).
34
35## Contribution and Development
36
37This repository is the place for everyone. If you want to contribute, please read more [**here**](https://github.com/ihhub/fheroes2/wiki/F.A.Q.#q-how-can-i-contribute-to-the-project).
38
39To build the project from source please follow [**this guide**](docs/DEVELOPMENT.md).
40
41[![Build status](https://ci.appveyor.com/api/projects/status/ih6cw0yr1yuxf4ll?svg=true)](https://ci.appveyor.com/project/ihhub/fheroes2)
42[![Build Status](https://github.com/ihhub/fheroes2/workflows/GitHub%20Actions/badge.svg)](https://github.com/ihhub/fheroes2/actions)
43[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ihhub_fheroes2&metric=bugs)](https://sonarcloud.io/dashboard?id=ihhub_fheroes2)
44[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=ihhub_fheroes2&metric=code_smells)](https://sonarcloud.io/dashboard?id=ihhub_fheroes2)
45[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=ihhub_fheroes2&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=ihhub_fheroes2)
46[![Total alerts](https://img.shields.io/lgtm/alerts/g/ihhub/fheroes2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ihhub/fheroes2/alerts/)
47
48## Donation
49
50We accept donations via **Patreon** or **PayPal**. All donations will be used only for the future project development as we do not
51consider this project as a source of income by any means.
52
53[![Donate](https://img.shields.io/badge/Donate-Patreon-green.svg)](https://www.patreon.com/fheroes2)
54[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/fheroes2)
55
56## Contacts
57
58Follow us on social networks: [**Facebook**](https://www.facebook.com/groups/fheroes2) or [**VK**](https://vk.com/fheroes2).
59We also have a [**Discord**](https://discord.gg/xF85vbZ) channel to discuss the development of the project.
60
61[![Discord](https://img.shields.io/discord/733093692860137523.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/xF85vbZ)
62[![Facebook](https://img.shields.io/badge/Facebook-blue.svg)](https://www.facebook.com/groups/fheroes2)
63[![VK](https://img.shields.io/badge/VK-blue.svg)](https://vk.com/fheroes2)
64
65## FAQ
66
67You can find answers to the most common questions on our [**F.A.Q. page**](https://github.com/ihhub/fheroes2/wiki/F.A.Q.).
68