Akvanta Help - Romulus10/Akvanta GitHub Wiki
The Game
Akvanta is a very simple game with text-based elements, designed to be played on mobile devices. Once the page has been loaded once, the game will run based on the downloaded version of its files, and should not need an active connection to the internet.
I would definitely recommend reading the game's help page before playing.
The Controls
- The arrow buttons move the player around the board.
- The sword button attacks all enemies in a 3x3 area around the player.
- The red "plus" button activates a healing spell- but only if the player has enough energy to cast it.
- The unmarked button in the center of the arrow keys interacts with an item if the player is standing on the same tile as the item.
- The button marked with the eye triggers a spell that alerts the player to the position to all of the enemies on the map.
The Tiles
- The map displays initially as a field of 0's.
- As the player moves, the tiles they've visited become marked with an 'x' and tiles immediately around them are uncovered.
- Numbers are monsters- the higher the number, the harder the enemy is to kill.
- Traps display as "!" but trigger as soon as they're revealed by walking near them.
- Healing potions display as "^". To use a potion, walk over it and while standing on its tile press the interact button.
- Coins (currently not fully implemented) display as "$". If you have any issues with the game, the 'reset' button will start the game over from the beginning. You will, however, lose any progress you've made. If you've found a bug or a problem, or would like to see something added to the game, feel free to file an issue report.