MYTHOLOGY!!! here is the outline I want you to use I could have made it a lot better. I. Introduction a. Hook/Lead-in the mythological view of the video game god of war b. Thesis statement The mythology aspect surrounding video games and what type of mythological view they give out too people and how video games are modern and relevant in today’s society. II. Body A. Supporting idea #1 How “God of war” has a mythological aspect i. Evidence Mythology in the game god of war ii. Evidence B. Supporting idea #2 Greek mythology in the game “god of war” i. Evidence evidence behind the myths in god of war ii. Evidence C. Supporting idea #3 Kratos and the mythological view around him and how he correlates with the video game “god of war” i. Evidence How kratos is in mythology ii. Evidence III. Conclusion a. Summary of thesis and main points I am going to explain god of war and the mythology behind it. b. “So what?” So what is Greek mythology ? Work cited page Should be at least 5 full pages in length • Times New Roman, 12p font, double-spaced with no additional spaces before or after your paragraphs, 1-inch margins
• MLA Style (this should be perfect. I’m very picky about style) • Use the on-campus writing center to check this • Proper citations including a citation of your artifact • Should be cited in-text and on a Works Cited page • Should focus on a mythological topic (God of War) in a pop culture artifact Just focus on the video game God of War and how it has a mythological aspect and how its relevant to mythology. Make sure to include a works cited page with mla format you will type your introduction with a thesis and the body paragraphs and a conclusion please make sure to follow the essay map you make. Introduction • Lead-in • Hook the audience • Start on a quote, give a detailed descriiption, give a statistic… • Establish context • Provide historical/cultural context; give the audience knowledge it needs to have to understand the rest of your paper. • Thesis • One sentence that conveys clearly what your opinion is and how you’re going to prove it • Ex: In crafting a neo-noir setting, Netflix’s Jessica Jones creates a commutation test between it’s title character and the hard-boiled detective archetype it is alluding to, and therefore comments on the role of women in masculinized spaces. Thank you so much ! god bless
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });