<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documents on CodeWarriors Game Foundry</title><link>https://gamefoundry.codewarriors.com.au/documents/</link><description>Recent content in Documents on CodeWarriors Game Foundry</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://gamefoundry.codewarriors.com.au/documents/index.xml" rel="self" type="application/rss+xml"/><item><title>CodeWarriors Game Foundry – Safety &amp; Supervision</title><link>https://gamefoundry.codewarriors.com.au/documents/safety/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gamefoundry.codewarriors.com.au/documents/safety/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;This document outlines the commitment of CodeWarriors Game Foundry to providing a safe, supportive, and inclusive environment for all participants, instructors, and leaders. We are dedicated to ensuring the safety and well-being of every participant and maintaining high standards of safety throughout all Game Foundry / After-school programs.&lt;/p&gt;
&lt;p&gt;For programs hosted by a school or partner venue, CodeWarriors works within the venue’s child safety, emergency, sign-in/sign-out, and first-aid procedures. Where this document differs from school procedures, school procedures apply for on-campus activities.&lt;/p&gt;</description></item><item><title>Device Recommendations</title><link>https://gamefoundry.codewarriors.com.au/documents/device-recommendations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gamefoundry.codewarriors.com.au/documents/device-recommendations/</guid><description>&lt;p&gt;&lt;strong&gt;This page describes the recommended hardware for students to get the most out of participation in a CodeWarriors Game Foundry / after-school program.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;These recommended specifications ensure our tools (including Godot, Python, and Visual Studio Code) run smoothly during tasks and projects.&lt;/p&gt;
&lt;p&gt;If you’re unsure whether your laptop is suitable, please contact us and we’ll help you check it.&lt;/p&gt;
&lt;h4 id="-specifications"&gt;🟢 Specifications&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;RAM: &lt;strong&gt;8GB recommended&lt;/strong&gt; (4GB minimum)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Graphics: &lt;strong&gt;Support for WebGL 2 or WebGPU recommended&lt;/strong&gt;
(You can quickly check this using the following links from their laptop — if you see a green tick for either WebGL 2 or WebGPU, you&amp;rsquo;re all set)&lt;/p&gt;</description></item><item><title>Device Setup</title><link>https://gamefoundry.codewarriors.com.au/documents/device-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gamefoundry.codewarriors.com.au/documents/device-setup/</guid><description>&lt;p&gt;This page lists Software used by CodeWarriors Game Foundry / after-school programs.&lt;/p&gt;
&lt;h2 id="python"&gt;Python&lt;/h2&gt;
&lt;h4 id="installation-on-windows"&gt;Installation on Windows:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Download latest Python 3 Install Manager from the official Python Download page: &lt;a href="https://www.python.org/downloads/windows/"&gt;https://www.python.org/downloads/windows/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run the installer.&lt;/li&gt;
&lt;li&gt;During install, set &lt;code&gt;Use admin privileges&lt;/code&gt; and &lt;code&gt;Add Python to PATH&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Verify install success by opening a &lt;code&gt;cmd&lt;/code&gt; prompt and typing &lt;code&gt;python --version&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="installation-on-mac"&gt;Installation on Mac:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Download latest Python 3 release from the official Python Download page: &lt;a href="https://www.python.org/downloads/macos/"&gt;https://www.python.org/downloads/macos/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run the Installer.&lt;/li&gt;
&lt;li&gt;Verify install success by opening a &lt;code&gt;terminal&lt;/code&gt; window and typing &lt;code&gt;python3 --version&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="installation-on-raspberry-pi"&gt;Installation on Raspberry Pi:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Python 3 is pre-installed on Raspberry Pis running Raspberry Pi OS. Verify this by opening a terminal and typing &lt;code&gt;python3 --version&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="visual-studio-code"&gt;Visual Studio Code&lt;/h2&gt;
&lt;h4 id="installation-on-windows-1"&gt;Installation on Windows:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Download the VSCode Windows installer from the VSCode Downloads page: &lt;a href="https://code.visualstudio.com/download"&gt;https://code.visualstudio.com/download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run the Installer.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="installation-on-mac-1"&gt;Installation on Mac:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Download the VSCode MacOS installer from the VSCode Downloads page: &lt;a href="https://code.visualstudio.com/download"&gt;https://code.visualstudio.com/download&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Run the Installer.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="installation-on-raspberry-pi-1"&gt;Installation on Raspberry Pi:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Open a terminal / bash prompt.&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;sudo apt update&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;sudo apt install code&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Test Visual Studio Code by opening from the “Programming” menu.&lt;/li&gt;
&lt;li&gt;(Optional) Run &lt;code&gt;sudo apt-full-upgrade&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Additional&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>