<== README.md
Welcome to the minigames team file homepage! In this repository, we will create several files that will create our overall Math Blasters project. Each one of our main files is listed below.
The Math Blasters project is a super engaging and intriguing minigame that will incorporate multiple CS fundamentals in a game format. Students can play the game and have fun while learning aobut basic coding principles. Additionally, the game will encompass other minigames if time permits. As a result, all of our students will continue to learn and be engaged!
<== (NEXT FILE) BRAINSTORMING:
Drop-in: team boolean logic
Set variables:
Could set game state
What libraries do we use?
P5
Phasor
Math Blaster: Could spin-up minigames if you get something right Special effects with if-statements If-statements can be taught with fill-in the blank values in conditionals Learn to use loops to shoot multiple balls at once
Another Mini-game: If-statements combat-game (ninja) Can have a compile button Bubble shooter game
(Among us but the tasks are coding problems)
<== (MathBlaster.js)
How to run Phaser
- Install Python
- Download and run the installer to the latest version of Python
- If on windows, check "Add Python VERSION to Path"
- Wait for installation to finish
- Run Python Web Server
- Open Phaser project in VSCode
- Open new terminal within VSCode (Terminal > New Terminal)
- In terminal run the following command
- Windows: python -m http.server
- macOS/Linux: python3 -m http.server
- Open this page in your web browser: http://localhost:8000
- used links:
Troubleshooting
- Basic functionality does not work.
- Make sure the contains
This project is closed to outside contributions while it is in active development.