Thuum.org

A community for the dragon language of The Elder Scrolls V: Skyrim

Thuum.org

A community for the dragon language of The Elder Scrolls V: Skyrim

Question Board


Doraak
February 4, 2016

Other games in other web sites?

I came  to think... does there exist other websites with other dovahzul games? Because when you have completed forelnaar 3 times, and have translated almost every rune, it becomes a little ... the same. Not because i don´t enjoy playing it, but because it could be fun playing other games too. :)

Category: General


0


DovahKiinZaan
February 11, 2016

As far as I can tell we're unique. The games were made to be used as a language aid. Also, games like the labyrinth and forelnaar aren't easy to make. 

 


0


Doraak
February 11, 2016

Of course not. I´m developing games myself through GM pro, and have lots of experience with coding.

An example here:

To get a player to move to the right, and have an animation to it as well, i will have to type this:

if keyboard_check(vk_right) {

x+=3

sprite_indeex(spr_player_move_right)

}

of course this is a simple code compared to others. :)


0


Doraak
February 11, 2016

But labyrinthian is much harder to develop than forelnaar. Forelnaar is only using global settings, and shifts in rooms. Labyrinthian ... i don´t even want to get into that ;)