Skip to content

millerx/Golden-Axe-Warrior

Repository files navigation

Golden Axe Warrior Map

Interactive map for Golden Axe Warrior screenshots and per-screen notes.

Setup

  1. Install imagemagick:
brew install imagemagick

Usage

  • Open image-grid.html in your browser to view the map.
  • Hover over a coordinate badge to see notes for that screen.
  • Edit notes.js to add or modify notes.
  • Enable or disable tunnels overlay. Add tunnels in notes.js.

Adding a screen

  1. Set Windowed Scale to 1x, 4x or any other even scaling value.
  2. Take a screenshot in RetroArch. Press F8.
  3. Run the helper script to add the image:
sh addimg.sh 9,F

Notes

Add any notes to notes.js.

The game has tunnels between certain screens. Add any tunnels found to the TUNNELS variable in notes.js.

Dungeons

Map your way through a dungeon with dungeon_map.txt as a template. I chose not commit dungeon maps.

cat dungeon_map.txt | pbcopy

Testing

Bash tests

Install BATS and run the shell suite for addimg.sh:

brew install bats-core
bats test/addimg.bats

JavaScript tests

Install dependencies and run the Jest suite for image-grid.js:

npm install
npm test

This will execute test/image-grid.test.js using the project's Jest configuration.

Combined tests

Run both the JavaScript and Bash tests in one command:

npm run test:all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors