<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CodeWarriors STEM Game Jam | Bungendore 2026 on CodeWarriors</title><link>https://codecamps.codewarriors.com.au/stemgamejam/</link><description>Recent content in CodeWarriors STEM Game Jam | Bungendore 2026 on CodeWarriors</description><generator>Hugo</generator><language>en</language><atom:link href="https://codecamps.codewarriors.com.au/stemgamejam/index.xml" rel="self" type="application/rss+xml"/><item><title>CodeWarriors STEM Game Jam | Bungendore 2026</title><link>https://codecamps.codewarriors.com.au/stemgamejam/bungendore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://codecamps.codewarriors.com.au/stemgamejam/bungendore/</guid><description>&lt;script&gt;
document.addEventListener("DOMContentLoaded", function () {

 const img = document.getElementById("floatingImage");
 if (!img) return;

 let x = 0;
 let y = 0;

 img.addEventListener("click", function () {

 // random movement amount
 const dx = (Math.random() - 0.5) * 500;
 const dy = (Math.random() - 0.5) * 400;

 x += dx;
 y += dy;

 img.style.transform = `translate(${x}px, ${y}px) rotate(${(Math.random()-0.5)*20}deg)`;
 });

});
&lt;/script&gt;
&lt;div class="gamejam-page"&gt;
&lt;h1 id="codewarriors-stem-game-jam---bungendore"&gt;CodeWarriors STEM Game Jam - Bungendore&lt;/h1&gt;
&lt;h2 id="build-a-video-game-in-two-days"&gt;Build a video game in two days&lt;/h2&gt;
&lt;p&gt;📍 &lt;strong&gt;Bungendore&lt;/strong&gt;&lt;br&gt;
📅 &lt;strong&gt;July 6–7, 2026&lt;/strong&gt;&lt;br&gt;
🕘 &lt;strong&gt;9:00am – 4:00pm each day&lt;/strong&gt;&lt;br&gt;
👩‍💻 &lt;strong&gt;Years 4–9&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>CodeWarriors STEM Game Jam | Sydney 2026</title><link>https://codecamps.codewarriors.com.au/stemgamejam/sydney/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://codecamps.codewarriors.com.au/stemgamejam/sydney/</guid><description>&lt;script&gt;
document.addEventListener("DOMContentLoaded", function () {

 const img = document.getElementById("floatingImage");
 if (!img) return;

 let x = 0;
 let y = 0;

 img.addEventListener("click", function () {

 // random movement amount
 const dx = (Math.random() - 0.5) * 500;
 const dy = (Math.random() - 0.5) * 400;

 x += dx;
 y += dy;

 img.style.transform = `translate(${x}px, ${y}px) rotate(${(Math.random()-0.5)*20}deg)`;
 });

});
&lt;/script&gt;
&lt;div class="gamejam-page"&gt;
&lt;h1 id="codewarriors-stem-game-jam---sydney"&gt;CodeWarriors STEM Game Jam - Sydney&lt;/h1&gt;
&lt;h2 id="build-a-video-game-in-two-days"&gt;Build a video game in two days&lt;/h2&gt;
&lt;p&gt;📍 &lt;strong&gt;Sydney, Hills District&lt;/strong&gt;&lt;br&gt;
📅 &lt;strong&gt;July 9–10, 2026&lt;/strong&gt;&lt;br&gt;
🕘 &lt;strong&gt;9:00am – 4:00pm each day&lt;/strong&gt;&lt;br&gt;
👩‍💻 &lt;strong&gt;Years 4–9&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>