All Projects → ihhub → Fheroes2

ihhub / Fheroes2

Licence: gpl-2.0
Free implementation of Heroes of Might and Magic II game engine

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Fheroes2

Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-74.1%)
Mutual labels:  hacktoberfest, game, game-development, game-engine
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+589.38%)
Mutual labels:  hacktoberfest, game, game-development, game-engine
Games
🎮 A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Stars: ✭ 18,676 (+3865.18%)
Mutual labels:  game, game-development, game-engine, strategy-game
Ggez
Rust library to create a Good Game Easily
Stars: ✭ 3,120 (+562.42%)
Mutual labels:  game, game-development, game-engine
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (-15.07%)
Mutual labels:  game, game-development, game-engine
Ja2 Stracciatella
The continuation of the venerable JA2-Stracciatella project.
Stars: ✭ 258 (-45.22%)
Mutual labels:  hacktoberfest, game, strategy-game
Dinocompose
Chrome's Dino T-Rex game developed in Jetpack Compose
Stars: ✭ 170 (-63.91%)
Mutual labels:  hacktoberfest, game, game-development
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (-11.46%)
Mutual labels:  game, game-development, game-engine
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+591.72%)
Mutual labels:  game, game-development, game-engine
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (-39.28%)
Mutual labels:  game, game-development, game-engine
Ebiten
A dead simple 2D game library for Go
Stars: ✭ 5,563 (+1081.1%)
Mutual labels:  game, game-development, game-engine
Game
⚔️ An online JavaScript 2D Medieval RPG.
Stars: ✭ 388 (-17.62%)
Mutual labels:  game, game-development, game-engine
Antimine Android
Antimine is an open source minesweeper-like puzzle game.
Stars: ✭ 218 (-53.72%)
Mutual labels:  hacktoberfest, game, game-development
Megaglest Source
MegaGlest real-time strategy game engine (cross-platform, 3-d)
Stars: ✭ 259 (-45.01%)
Mutual labels:  game, game-engine, strategy-game
Destinationsol
Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Stars: ✭ 214 (-54.56%)
Mutual labels:  hacktoberfest, game, game-development
Base
Base environment for Red Eclipse and associated source files.
Stars: ✭ 273 (-42.04%)
Mutual labels:  hacktoberfest, game, game-engine
Flame
A minimalist Flutter game engine
Stars: ✭ 5,543 (+1076.86%)
Mutual labels:  hacktoberfest, game, game-engine
Gideros
Gideros Release version
Stars: ✭ 442 (-6.16%)
Mutual labels:  game, game-development, game-engine
Gosu
2D game development library for Ruby and C++
Stars: ✭ 1,762 (+274.1%)
Mutual labels:  hacktoberfest, game-development, game-engine
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (-29.72%)
Mutual labels:  hacktoberfest, game-development, game-engine

fheroes2

Github Downloads (monthly) Discord Facebook VK Donate

Free implementation of Heroes of Might and Magic II game engine.

Download

You can download a compiled version of the game for your operating system at Github releases of this project.

Copyright

All rights for the original game and its resources belong to former The 3DO Company. These rights were transferred to Ubisoft. We do not encourage and do not support any form of illegal usage of the original game. We strongly advise to purchase the original game on GOG or Ubisoft Store platforms. Alternatively, you can download a free demo version of the game.

Requirements

You are required to have at least a demo version of Heroes of Might and Magic 2 game to be able to play it. Please use one of our scripts to download the demo version of the original game. A script comes with the compiled game.

MacOS and Linux

Unix OSes need an explicit installation of SDL packages. Please go to script/macos or script/linux directory depending on your OS package and run install_sdl_1.sh or install_sdl_2.sh file. For Arch based Linux distributions use the command sudo pacman -S sdl sdl_mixer instead. RPM based distributions like Fedora/Red Hat use the commands sudo yum/dnf install SDL*. openSUSE supports the One-Click-Install via SDL_mixer.ymp file in script/linux. For MacOS we highly recommend to use SDL 2 as latest versions of MacOS do not fully support SDL 1.

Compilation

Build status Build status Build Status

Maintainability Rating Reliability Rating Bugs Code Smells Duplicated Lines (%) Language grade: C/C++ Total alerts

Please follow below instructions to be able to compile the project:

Windows

  • Optional step: Install 7-zip archiver at its default location as C:\Program Files\7-Zip\7z.exe or otherwise, you will need to manually extract each downloaded package (follow the instructions shown by batch scripts mentioned below).
  • open script/windows directory and run install_packages.bat file. It installs necessary packages for Visual Studio build.
  • open script/demo directory and run demo_windows.bat file. It downloads a demo version of the game which is needed for minimum development.
  • open fheroes2-vs2015.vcxproj or fheroes2-vs2019.vcxproj file depending on your Visual Studio and compile the project.

MacOS and Linux

  • open script/macos or script/linux directory depending on your OS and run install_sdl_2.sh (default setup) or install_sdl_1.sh file. For MacOS we do not recommend to run SDL 1 as latest versions of MacOS do not support it fully.
  • open script/demo directory and run demo_macos.sh or demo_linux.sh file depending on your OS. It downloads a demo version of the game which is needed for minimum development.
  • run make command in root directory of the project. For SDL 1 compilation please run export FHEROES2_SDL1="ON" command before compiling the project.

Contribution

We welcome and appreciate any help, even if it is a tiny text or code change. Please read contribution page before starting work on a pull request. Not sure what to start with? Feel free to refer to good first issue or help wanted tags.

License

This project is under GNU General Public License v2.0. Please refer to file LICENSE for more details.

The original project had been developed at sourceforge.

Donation

We accept donations via Patreon or PayPal. All donations will be used only for the future project development as we do not consider this project as a source of income by any means.

Donate Donate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].