Skip to content
/ HotADex Public

A light weight companion for Horn of the Abyss - developped to be smartphone and tablet friendly, and used while playing the game.

Notifications You must be signed in to change notification settings

FloDbv/HotADex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotADex v0.9.1
==============
Heroes of Might & Magic III: Horn of the Abyss companion index

Overview
--------
HotADex is an offline, browser-based reference tool that consolidates game data
(Heroes, Skills, Creatures, Spells, Artifacts, Map Structures, and meta information) in a clean,
responsive interface. It was originally a way to experiment LLM AI assisted coding from the perspective of a non-coder; the first few versions were built in July 2025 using Gemini Pro; work on versions 0.9+ was/is done using ChatGPT Plus.

Main Features
-------------
• Fast, offline-ready HTML + JS index—no server required.
• Category-based browsing (sidebar on desktop, dropdown on mobile).
• Deep-link navigation using `#structures=Category&structure=ID`.
• Persistent filters remembered between sessions.
• Keyboard & screen-reader accessible modals.
• Clean dark theme consistent across all sections.
• Auto-link detection in text (safe URL rendering).
• 100 % local—no network calls, no analytics (optional telemetry toggle in script.js).

Folder Structure
----------------
HotADex/
├── index.html
├── style.css
├── script.js
├── /data/
│   ├── structuresData.js
│   ├── heroes.js
│   ├── spells.js
│   ├── artifacts.js
│   ├── classes.js
│   └── etc…
└── /media/
    ├── icons/
    └── images/

Versioning
----------
Each release contains a header in both main code files:
    /* @version 0.9.1 – 2025-10-xx */

Changelog is maintained in `Changelog.txt`.

Usage
-----
1. Unzip the archive to any local directory.
2. Open `index.html` in a modern browser (Chrome, Edge, Firefox).
3. Navigate using the tab bar or deep-link URLs like:
       file:///.../HotADex/index.html#structures=All&structure=airship-yard
4. No installation or internet connection required.

Development Roadmap
-------------------
No roadmaps carved in stone; the project is going with the flow.

Credits
-------
• Concept, data curation, and direction: FloDbv  
• Code (v0.9 +): ChatGPT Plus (GPT-5, OpenAI)  
• Early prototypes (≤ v8.2): Gemini Pro (Google)

License
-------
Personal educational / fan-project use only.  
Not affiliated with Ubisoft, 3DO, or the HotA Crew.

About

A light weight companion for Horn of the Abyss - developped to be smartphone and tablet friendly, and used while playing the game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published