Today, Dandara is on our corner of games that are available for free on the Epic Store for a short time. The game, which has a sales price of 25 TL, is offered free of charge for a period of time on the Epic Store. We explain what you need to do to add the game to your library.
Epic Gamesevery week, with an event launched last year free announced that it will offer some games. It was said that this campaign would continue until the beginning of 2020, but that was not the case. Epic Games, it continues to offer some games for free.
Game enthusiasts are also attracted to the fact that the games offered for free on the platform are sometimes sold at high prices on other platforms. Epic Games, now price 25, 00 TL the one Dandara made the game for free.
What kind of game is Dandara?
- Game Type: Action, Platform
- Game Size: 1 GB
- Price: 25.00 TL
- Free Time: 1 week from 28.01.2021
Published with the signature of Long Hat House, Dandara stands out as a platform action game. As we have seen in similar games before, a people who were once happy in this production are now crushed by a very brutal power. Dandara is also the hero of this people.
In the game’s description, “Defy gravity as you jump across floors, walls and ceilings. Discover the hidden mysteries and dark secrets of the salt world and its diverse characters. Empower Dandara to fight and survive against oppressive enemies.” The statement exactly sums up all of our gaming.
Dandara gameplay video
Dandara stands out as a very interesting platform game where everything is often turned upside down. In the production, which has a very entertaining level design, we are almost teleporting from one place to another, we develop our character and gain abilities to defeat our enemies.
This does not mean that during the game we jump from place to place and grab the bottom of the action with the rope gun. There are many puzzles to solve in the game. It is also necessary to do tactics.
Dandara system requirements
Minimum
- Operating System: Microsoft® Windows® XP
- Processor: 1.8 GHz
- Memory: 4 GB RAM
- Storage: 1 GB available space
Suggested
- Operating System: Microsoft® Windows® XP
- Processor: 1.8 GHz
- Memory: 4 GB RAM
- Storage: 1 GB available space
How can you add the game to your library?
Games to your archive all you need to add is a Epic account, you can get it for free within minutes. What you need to do afterwards is as follows:
- Sign in to your Epic Games account.
- Go to the game page
- Press the install button.
- Click Place Order.
- The games will thus be added to your library.
- The Epic Games Store will ask you for two-factor authentication.
Epic Games This week, we came up with a new free game. More free game Stay tuned for
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });