watermark logo

Video Game Strategy Guides for Dummies

4 Views
Anjim Plays
19 Jul 2021

Are video game strategy guides is thing in the past? Well nowadays , we got the internet and live in digital age. Also there is video game walkthrough and how to guides on YouTube. In this video, I will tell you what are strategy guides during retro gaming era. I grew up with them and brought some of them like Ninja Gaiden (Xbox). Strap in and lets take a look at strategy gu4ides for video games #walkthrough #howto #strategyguides .

Credits:

Clips:
Legend of Zelda: Ocarina of Time - Nintendo
Marvel's Spider-Man: Miles Morales - Insomniac Games
Ristar - Sega
Oni (video game) - Bungie
PS5 Tips And Tricks: 25 Things You May Not Know About PlayStation 5 -
Mystic
Resident Evil Director's Cut - Capcom
Mega Man - Capcom
Ghouls 'n Ghosts - Capcom
MD2K - BioWare
Fortnite - Epic Games
Cyberpunk 2077 - CD Projekt Red
Turok 2: Seeds of Evil - Iguana Entertainment
Warcraft: Orcs & Humans - Blizzard Entertainment
Ninja Gaiden (2004 video game) - Team Ninja
Final Fantasy Vii - Square Enix
Mortal Kombat 2 - NetherRealm Studios

Music:
Amazing Island - Elder's Hut

Business inquires:
Email: [email protected]

Gamertag:
PSN: AnjimPlays
Genshin Impact: UID: 629796275

Linktree (social and YouTube Channels pages)
---------------------------------------------------------------------------------------------------------
https://linktr.ee/anjimplays

----------------------------------------------------------------------------------------------------------------------------------

Affilaties:

QuickDrop: https://quickdropmedia.com/newsletter?grsf=jw1lob

FTC Legal Disclaimer - Some links found in the description box of my videos may be affiliate links, meaning I will make commission on sales you make through my link. This is at no extra cost to you to use my links/codes, it's just one more way to support me and my channel! :)

Show more


0 Comments Sort By

No comments found

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }