Giter VIP home page Giter VIP logo

makt's Introduction

βš”οΈ Makt πŸ›‘

This is an open source implementation of classic game Heroes of Might and Magic III Complete (HoMM3) "backend" (fully functional (well work in progress) game engine, without graphics) in pure Swift.

Etymology

"Makt" means "Might" in Swedish πŸ‡ΈπŸ‡ͺ

Packages

Package Common πŸ› 

Unintersting shared utility code stuff.

Package Decompressor πŸ“–

GZip decompressor package.

Package Malm πŸͺ¨

Contains all shared game models such as Hero, Creature, Spell, Artifact etc, but no logic at all.

Etymology

"Malm" means "Ore" in Swedish πŸ‡ΈπŸ‡ͺ

Package Guld πŸͺ¨

Parser of HoMM3 asset files/archives: .lod, .def, .pcx

Etymology

"Guld" means "Gold" in Swedish πŸ‡ΈπŸ‡ͺ

Package Video πŸ“½

Conversion of .bik and .smk movie files into .mov

Noteable dependency

This package uses SwiftFFmpeg which requires FFmpeg (Requires FFmpeg 4.0 or higher). on macOS, you can:

brew install ffmpeg

Package H3M πŸ—Ί

HoMM3 map file - .h3m - parser.

H3M Map File structure

Do check out H3M.md for map file structure.

Gotchas

A tile might contain multiple objects, in fact more than two! E.g. a Hero has a box of 3x2 and in the same origininating tile (lower left tile) of that 3x2 box, there might be another object, e.g. a resource. This is seen on tile (x: 25, y: 65) on vanilla RoE map "Race for Ardintinny.h3m". Or on map "Rebellion" at (x: 52, y: 57) there is a mountain, rock and crystalCavern.

Package H3C πŸ•

HoMM3 campaign file - .h3c - parser.

Package Laka

A CLI toolset for extraction of game resources.

See README.

Etymology

"Laka" means "Extract" in Swedish πŸ‡ΈπŸ‡ͺ

Package Packa πŸ“¦

Binary tree packing algorithm used by Laka, to fit as many images in an as small square as possible.

See README.

Package Makt βš”οΈ

The game engine.

makt's People

Contributors

sajjon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

unrealios

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.