https://github.com/tonsky/homm
https://github.com/tonsky/homm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tonsky/homm
- Owner: tonsky
- Created: 2022-06-06T23:21:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T21:18:09.000Z (almost 3 years ago)
- Last Synced: 2024-05-09T13:59:09.358Z (about 2 years ago)
- Language: Clojure
- Size: 1.51 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```