
Elven Blood
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Welcome to Duran, a magical city of humans and elves!
Or is it? Now humans see the threat of the elves and began a great slaughter.
Anya, an elven girl, is trying to flee the city that it's consumed by the fire of hatred. Armed with the elven knife that her now deceased mother gave, she must find a way to escape this living hell. Will she survive? Will she become the monster that the humans fear so much?
How to Play:
1- Controls:
A / D Move,
W Jump,
Spacebar Attack,
R Retry;
2- Anya is not a fighter, she can only attack while standing still;
3- If a city guardian sees Anya, there is no escape;
4- The 'ending' will be different depending of how you play the game
Tools:
- VisualStudio2013 (C++)
- Box2D (Physics library)
- Taengine (my own engine)
- GIMP
- Bosca Ceoil
- Audacity
//////////////////////////////
// Known Issues and bugs
//////////////////////////////
1- In some computers a weird white box is being render with the flashlight.
http://i.imgur.com/YcRvKKr.png (Thanks to @avultima for the printscreen!)
2- Controls are very floaty... It was supposed to be difficult, but not that much >.<
3- Maybe related to the control, in some computers the game is running really slowly....
4- The hitbox of the flashlight is a rectangle rather than a triangle.
/ POST COMPO RELEASE 1.1 /
Bugs fixes:
- Physics simulation fixed, won't go on slo-mo on low performance
- FPS now is printed in the cmd for debugging
- Flashlight hitbox is now a triangle
- Trie to fix shader bug. Couldn't really reproduce it so it's just a guess
- Anya jump won't fail anymore
- Changed some texts (specially endings, so it's clear which one you got)
/*
*OBSERVATIONS*
*/
1- Make sure to leave a comment so I can test your game too! ;)
2- Posted my post-mortem! Link below!
Or is it? Now humans see the threat of the elves and began a great slaughter.
Anya, an elven girl, is trying to flee the city that it's consumed by the fire of hatred. Armed with the elven knife that her now deceased mother gave, she must find a way to escape this living hell. Will she survive? Will she become the monster that the humans fear so much?
How to Play:
1- Controls:
A / D Move,
W Jump,
Spacebar Attack,
R Retry;
2- Anya is not a fighter, she can only attack while standing still;
3- If a city guardian sees Anya, there is no escape;
4- The 'ending' will be different depending of how you play the game
Tools:
- VisualStudio2013 (C++)
- Box2D (Physics library)
- Taengine (my own engine)
- GIMP
- Bosca Ceoil
- Audacity
//////////////////////////////
// Known Issues and bugs
//////////////////////////////
1- In some computers a weird white box is being render with the flashlight.
http://i.imgur.com/YcRvKKr.png (Thanks to @avultima for the printscreen!)
2- Controls are very floaty... It was supposed to be difficult, but not that much >.<
3- Maybe related to the control, in some computers the game is running really slowly....
4- The hitbox of the flashlight is a rectangle rather than a triangle.
/ POST COMPO RELEASE 1.1 /
Bugs fixes:
- Physics simulation fixed, won't go on slo-mo on low performance
- FPS now is printed in the cmd for debugging
- Flashlight hitbox is now a triangle
- Trie to fix shader bug. Couldn't really reproduce it so it's just a guess
- Anya jump won't fail anymore
- Changed some texts (specially endings, so it's clear which one you got)
/*
*OBSERVATIONS*
*/
1- Make sure to leave a comment so I can test your game too! ;)
2- Posted my post-mortem! Link below!