New WHO update on remdesivir

Recently we got information from the WHO (The world health organization) about the remdesivir antiviral drug. That it will now not be used in critical condition patients instead Pfizers new vaccine will be used in these patients.

World Health Organization (WHO) (@WHO) | Twitter

As you would expect this caused multiple issues and disagreements. Firstly it caused Gilead’s stock price to fall quite rapidly. This also lead to many disputes with first responders and other medical personal as they now had to get rid of all the remdesivir they had and then they bought new doses of Pfizers vaccine. Finally this lead to many disagreements not only between countries but also other companies that wanted their vaccine to be used instead or companies that supported Gileads antiviral drug over Pfizers or vice versa.

COVID vaccine update: Pfizer seeks emergency approval of its shot in the US  - ABC7 San Francisco

VS

Gilead Sciences Statement on The World Health Organization's Updated  Veklury® (Remdesivir) COVID-19 Treatment Guidelines

More information about pfizers new COVID-19 vaccine and the man behind it all.

If you guys haven’t read my blog from yesterday then go check it out because it has some really important information I will not be mentioning in depth in this post

Coronavirus: BioNTech says Pfizer vaccine per-dose price will depend on  order size | Al Arabiya English

So to elaborate on my original post some more information about the vaccine and the man behind it all Ugur Sahin. In the previous post I went over some basic facts about his life and family as well as where he went to school.

But in this post I’ll be going in depth about what he does at Pfizer and his past work experience there. This is quite an interesting topic because Ugur Sahin is actually the co founder of BioNTech the company that worked with Pfizer to create this vaccine. So not only is he an executive at Pfizer he also co founded BioNTech.

BioNTech: The German company behind the potential first COVID-19 vaccine

BioNTech is based in Germany and unlike Pfizers stock it has actually gone down in value by 5$ or 5.09% so it is not doing as well at the moment. With the help of Pfizer BioNTech plans to have 50 million doses of the vaccine by 2020 for use in critical condition patients and 1.3 billion by 2021.

The vaccine has proved to work in 90% of patients and the hope is it will get to 100% at some point. And in terms of the future of BioNTech after Ugur Sahin and Ozlem Tureci they have a daughter together who will likely succeed them and become the new CEO of the company.

Thank you for reading my blog consider checking out my Youtube Channel Link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

New updates on the COVID-19 Virus!

A company called Phizer recently released a COVID-19 vaccine that has taken the world by storm similarly to how Gilead’s remdesivir had. Unfortunately the vaccine is only in trials right now and is unnamed but I can give you some information on the company.

EU to buy up to 300m doses of BioNTech-Pfizer's Covid vaccine | Financial  Times

Pfizer INC is an American multinational pharmaseutical corporation. It is one of the worlds largest pharmesuetical companies and it is listed in spot 57 out of the fortune 500. With their revenue in 2019 being around 52 billion dollars. Their headquarters is located in New York, New York. And the companies stock is worth about $38.62 each and it has gone up by $1.08 recently.

Germany's immigrants save the world from Covid! Scientists Özlem Türeci and Ugur  Sahin discover vaccine | OBV

The genius scientist behind the vaccine Ugur Sahin is also an executive of the company Pfizer. He is a Turkish/German immunologist, physician, and a professor of oncology at The University of Mainz. He was born September 19, 1965 making him 55 years old he went to 2 colleges for a total of about 15 YEARS! He started college in 1984 and ended in 1999. He went to school at The university of Saarland and the University of Cologne.

COVID-19: Stay safe and healthy! - YouTube

And we will be entering the 3rd wave of the virus which will be likely the worst one as it is now flu season and determining whether someone has the flu or Covid will be very hard for doctors and physicians. This will cause them to be in even more danger than they were previously. So please remember to wash your hands, keep a 6 feet distance, AND WEAR A MASK. These precautions will all slow the spread of the virus. A special thanks to all those hard working people on the frontlines combating the virus, it is a difficult task so thank you to all the brave men, women, and non binary workers out there.

Other Ways to Say “Thank You So Much” and “Thank You Very Much” in Writing  | Grammarly

Thanks for reading this blog post I hope you enjoyed be sure to stick around tomorrow as I will be going over more about this topic. Also check out my yt channel where I stream or upload videos daily. Link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

Adventure pt.15

Today I will be going over our enemies and allowing them to be able to hit our player with their various attacks.

Without any further ado lets get started. The first thing we need to do is make a new family with the Octorock and we call this family enemies. Then we also need to make 1 new code sheet labeled enemies. (This is so that we can have a more organized code with likely less errors)

Now we need to add some code to the enemies event sheet.

The First piece of code we will use is the include Octorock event sheet this is so that any edits made on that event sheet will be automatically added to our own to add this simply right click and find include event sheet.

The next piece of code we will be using is the code that will allow us to have our enemies move across the map.

With this our enemies should be moving randomly in all directions and they will basically be self sufficient but we will need a couple more pieces of code to make them more random and quick with their turns.

With that todays blog will be over thank you all for reading and I hope you enjoyed. Link to my yt channel https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

Adventure pt.14

In todays blog post we will be adding a knockback mechanic for our player so that when he is hit by either the enemy bullet or the enemy itself he takes knockback.

To do this we will need a couple key pieces of code that will basically allow this to be a function in our game.

This is the first chunk of code we will need to add. which will basically make it so that our player will not only take knockback when he is hit by enemies he will also lose health.

Next we will need to add this code.

This code will make it so that our player takes knockback from enemies weapons and other attacks as well as damage. This will be our second to last piece of code that will allow our player to take knockback.

But there is one problem the player will infinetly take knockback because of the bullet behavior we gave him so we need to add one final piece of code that will make it so that this does not become a problem.

This code will make it so that our player can only take knockback 35 pixels and then it also makes him invincible so that enemies cannot keep ping ponging him across the map unfairly.

Thanks for reading this blog post I hope you enjoyed. Be sure to check out my Yt channel link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

I post nearly daily streams and videos in fact I will be streaming today at 4pm PST so come to the stream and check it out.

Adventure pt.3

Today we will be working on adding more code to our enemies including code that allows them to shoot as well as code for our player to take knockback and damage from these hits.

Now we will start with adding code for our enemies shooting.

This first piece of code has a few functions, the first is that it will only trigger once the attack timer is running, next it will spawn its bullet that will automatically begin shooting as it has a bullet behavior and it will then toggle the attack timer so that it is randomized.

With this our Octorock will be able to shoot his bullets. But they will not be able to collide with anything nor will they stop moving. So we will obviously need to add code to fix this.

This wat if our Octorock collides with anything on our layout that is a solid like our player we will be able to destroy/stop our bullet.

Finally for this post we need to add some features that allow our player to take knockback when he is hit.

So with this our player will take knockback from all of our enmies projectiles and our enemies will now shoot at our player at random intervals.

Thanks for reading my blog post if you enjoyed consider checking out my youtube channel where I have almost daily livestreams and videos. Link:https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

Adventure Game pt.2

In this blog post I’ll be working on adding more to our attack feature as well as adding some code for our enemies

So lets get started. The first thing I we will have to do is now add a direction for our sword to swing. These directions will correspond to those of the actual player when he swings the sword.

Along with the above code for direction we will be adding the code below which will stop our sword.

Now that we have our direction our sword should swing in the direction we are facing. (if you are having troubles feel free to email me I will do my best to help).

Since our sword can now swing in an actual direction as opposed to randomly we can finally add some enemies to test it against. My first enemy will be an Octorock. Add it into the layout and add this highlighted code.

This will allow us to deal damage to the Octorock. And we will also be able to add a damage variable to all of our player weapons with some easy coding.

But for now all we need to do is set our Octorock health to ten and then we can test out our sword. As long as your sword works that’s all for this blog post I hope you enjoyed and I’ll have another one coming out tomorrow

Be sure to check out my YT channel link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber Here I upload daily videos or live streams that are about Minecraft be sure to hop in and check it out!

Adventure game (pt.1) New Beginnings!

Hello everyone welcome to a brand new blog post where today we will be going over the beginning of our new game called Adventure. In this game we will be following the main character that has to defeat enemies and bosses and get to save the realm. But without further ado lets get started.

The first thing we need to do is get our player moving. This is the code we will use for this.

This is the main four pieces of movement code, our character will use to move around the map. These are definitely the most important pieces of code our character needs. With these you should be able to move around. But you may notice that your character could be facing the wrong direction. This is because we didn’t use this code.

This allows our 8 direction movement to be able to sense and see which direction the player is moving in and have the character face that way, and it will also play the animation of our character walking that way.

Our next piece of code will be for our players attack.

This is also a crucial piece of code for our character as if they cannot attack they will be defenseless when being attacked by the monsters we will be adding.

This code will pin our sword to our player so that it will not spawn some place random each time we swing. Once it is pinned to our player we need to actually code that will make us swing. for this I chose the “z” key.

And it should look something like this

Thank you for reading my blog post I hope you enjoyed and check out my yt channel link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

My channels name is Drago Gaming and I upload nearly daily streams so you should go check it out and consider subbing if you are new.

New game!

Hey everyone I know it has been a while since I made my last game and now I have finally made a new game after my Mario project. It is an adventure themed game similar to the legend of zelda series and here are some image of it. I will be posting actual code blogs about it starting tomorrow.

and of course here is the download link for the base project
https://drive.google.com/file/d/1k8nH9yLgewvAG6fOOtAgfbnUacUinhRu/view

Make sure to be using the newest version of construct and you may need a code for all the features but I hope you enjoy this games code.

Thanks for reading my blog post go check out my Yt channel @Drago gaming link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber

Best strategies for Hypixel Bedwars!

If you have been watching my youtube channel anytime recently you probably have seen my videos and streams on hypixel bedwars. And I employ these strategies so that I can do my best to win.

Here's the Hypixel logo (with transparency!) | Hypixel - Minecraft Server  and Maps

The first strategy is that you should always take out the team next to you before you do anything else. As if you don’t there is a very high possibility that they will come rush you and this will result in you losing your bed minutes into the match. There are a couple ways to accomplish this. The first method is speed bridging directly to their base like this

What God bridging looks like in Bedwars - YouTube

Another way to rush is through the dia mond gen although this does require you to make 2 bridges.

Finally the least common way to rush is by tnt jumping or fireball jumping which requires you to place either tnt or a fireball below you and then use its blast force to boost you. Although generally you have to build a partial bridge before you can do these.

Now that you have gotten to the enemies base you are probably wondering how you should go about breaking their bed. Well first off you should learn the 3 most common bed defense types.

First off is the wool and wood combo defense

A Bedwars guide (a starter guide to everything you need to know!) | Hypixel  - Minecraft Server and Maps

This bed defense is practical and better than just plain wool but it is still unable able to withstand a tnt or a fireball.

Next we have the old faithful AKA a plain wool defense

My final tip for bedwars is that if you are playing solo’s or duos then you should always quickly defend the bed and then rush the team(s) next to you before they can rush you as this will allow you to already have a bridge to them whilst they are still attempting to defend their bed and they will have to attack you without any real plan or course of action.

These strategies are all amazing but there is one type of strategy that not many guides talk about. Which is strategies for when you have already lost your bed. These types of games are called clutch games because once you die you will not be able to respawn. My main recommendation is to get diamond armor or ender pearls. The diamond armor is good if you know that you will be able to hold your own in a pvp encounter. and pearls are good if you think you would be better off running instead of fighting.

Rushing Diamond Armor in Bedwars | solo bedwars commentary - YouTube
OR
ENDER PEARLS COLLIDE = BAD TIME - Minecraft Bed Wars - YouTube

Thank you all for reading it and I hope you enjoyed Check out my Yt channel @Drago Gaming link: https://www.youtube.com/channel/UCrlNUqQVBxLIbdltHQBdcYg?view_as=subscriber