An open API service indexing awesome lists of open source software.

https://github.com/tonsky/homm


https://github.com/tonsky/homm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Heroes of Might and Magic III data browser

## Prerequisites

Download `Data`, `Maps` and `MP3` resources to `resources`:

```
resources/
├ Data/
├ Maps/
└ MP3/
```

## Extracting resources

Run

```
clj -M -m homm.extract
```

## Development

Start nREPL with:

```
clj -M:dev
```