This is a 2D platformer game made using Phaser.
- Clone this repository
- Install Python
- Check "Add Python to PATH" if you're on Windows
- Start a web server
- Open a terminal
- Navigate to the root directory of the repository
- Run the following command:
python -m http.server- Depending upon your operating system and your environment, you may need to replace
pythonwithpython3
- Depending upon your operating system and your environment, you may need to replace
- Open your local site in your browser
This learning module will be designed for elementary school children. We will introduce them to variables and explain how they are used to store values. We will also show them how to change the values of variables. We will not get into variable reassignment, just changes to initial assignment statments.
We will use restrictive HTML inputs to prevent syntax errors while the students are coding. Code will be presented in the following format: [variable name] = [variable value]; where the variable value is an HTML input like a text input or dropdown.
Booleans will use dropdowns with the following options: true and false.
Numbers will use text inputs with their type attributes set to number.
Strings will use text inputs with their type attributes set to text.
This project is open to outside contributions.