Skip to content

Code4Community/cats-and-mice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats and Mice

This is a 2D platformer game made using Phaser.

Getting started

  1. Clone this repository
  2. Install Python
    1. Check "Add Python to PATH" if you're on Windows
  3. Start a web server
    1. Open a terminal
    2. Navigate to the root directory of the repository
    3. Run the following command: python -m http.server
      • Depending upon your operating system and your environment, you may need to replace python with python3
  4. Open your local site in your browser

Target Audience

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.

Coding Interface

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

Booleans will use dropdowns with the following options: true and false.

Numbers

Numbers will use text inputs with their type attributes set to number.

Strings

Strings will use text inputs with their type attributes set to text.

Contribution Policy

This project is open to outside contributions.

Releases

No releases published

Packages

No packages published

Contributors 8