Atomy Game for two Players with refactored code

Hi, nothing new on the outside. But on the inside we added a new data structure for coordinates: Some of its functions:
Hi, nothing new on the outside. But on the inside we added a new data structure for coordinates: Some of its functions:
Now there are two players in the game. A red one and a blue one.
Here the explosions are dalayed.
This is a very simple code by @rickymccallum87 from wordpress.org support. It is JavaScript. I installed the plugin Insert Headers and Footers by WPBeginner and put the following code into “Scripts in the footer”: Wondering what the event => event.preventDefault()…
This is my first game in Java Script, made using the book O. Žára, JavaScrip, Programátorské techniky a webové technologie. There were some small bugs I had to fix. Most of them my fault. In this version, you can click…
Disable plugins and themes update notification So I have just drafted my first plugin. Actually it is really easy. All I had to do, was create a directory with the plugin name in my /wp-content/plugins/ directory. My new directory /wp-content/plugins/disable_plugins_themes_update_notification…