Rune Legend

Rune Legend is a Windows Phone 7 puzzle game inspired by Norse mythology, developed by Dreadlocks Ltd.

Rune Legend
Developer(s)Dreadlocks Ltd[1]
Publisher(s)Dreadlocks Ltd
Designer(s)Václav Sahula
Programmer(s)Michal Červenka
Artist(s)Alena Bendová
Composer(s)Karel Antonín
EngineXNA
Platform(s)Windows Phone 7
ReleaseWindows Phone 7
  • WW: December 30, 2011[2]
Genre(s)Puzzle
Mode(s)Single-player, multiplayer

Gameplay

The player places differently shaped runestones on the game board. Easy controls make the game suitable for a wide range of players of all ages or smart phone experience. Completing boards also trains spatial imagination. The game offers several different modes that the players can switch as they wish. The game content is therefore created by the players’ decisions. The game features the swift time mode or multiplayer mode.

Features

  • 6 different game modes
  • Unlimited generated mode
  • Optional difficulty
  • Background story based on Norse legends
  • 24 collectible runestones with magical powers
  • Detailed graphics

Awards

  • Winner of 5th AppParade[3] – competition of Czech and Slovak mobile applications

Availability

The full version of Rune Legend is available on Microsoft Marketplace for $0.99. There is also a limited trial version, revealing the first part of story mode and several game boards from time trial mode.

gollark: ```lualocal function init(code) -- preallocate 64KiB of memory -- 64KiB is enough for anyone -- (TODO: allow moar somehow?) local memory = fill_arr(65536, 0) -- load code into memory, at start for i = 1, #code do memory[i] = code:byte(i) end return { memory = memory, registers = fill_arr(17, 0) }end```
gollark: Well, I decided to not have ROM and to dump program code into memory starting from location `0` because WHY NOT.
gollark: Maybe a general "flags" register, yes.
gollark: Hmm, what registers do I need other than general ones and the program counter?
gollark: Oh, and the assembly language can be based on S-expressions, like WASM, to be annoying.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.