Category Archives: Computer Science
Phaser 3 Links
Phaser
http://phaser.io/learn/ ( Where you should start)
- http://phaser.io/tutorials/getting-started-phaser3 ( Explains why you need webserver , how to download and also gives code for a barebone staring template )
- Simple Game Tutorial – Start here. Do this first, before anything else
- Phaser pre-built templates
- Examples – Maybe the best way to learn Phaser is by just playing with the code of these games
- Some small downloadable examples I made up
- Simple First games
- Asteroids
- Common Code Examples
- Buttons – here
Medium To Advanced Level Links (not to start, but once you have a clue)
- Emmanuele Feronato – amazing blog about game dev and lots of phaser stuff here .
- Ourcade Co – great, albeit advanced and very professional, tutorials/tips on phaser dev – here .
Great YouTube Videos
- Zeneva
- https://youtu.be/hI_LS8bdkM4 – Setting up Phaser, local server, files, creating scenes . Does not use Classes so easier for most to understand
Prior Projects: https://mrmonline.org/supa-2019-games/
Bootstrap Presentation
Deliverables:
- PPT highlight and explaining the most important parts, screenshots showing the code, and what it does ( ie. a screenshot also from the web page)
- Have HTML files ready to share demonstrating the code.
I have been asked “How many examples should I have”?
And there is no one answer. You should convey the “major important” aspects. Absolute bare minimum is 5 code examples but there is no need to kill us with redundant code that only has small changes.
Your First Git – Tips
- setting up your name and email:
-
12$ git config --global user.name "John Doe"$ git config --global user.email johndoe@example.com
From https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup , good url for reading
-
- bat file to automatically change directory and run git status
Create a new text file and add the code below. Then rename the file so that is a batch file. (ie. that its file extension is “.bat” instead of .txt) .
|
1 2 3 |
cmd.exe /k "cd C:\Users\path\to\websites\UniserverZ\www\ & git status" pause > nul |
Web Based Tip Calculator
SUPA Web 2020-21
SUPA Web
Important Links

- https://getbootstrap.com/docs/4.5/ — Official Bootstrap 4 website
- Bootstrap 4 Cheat Sheet
- Bootstrap presentations
- Bootstrap 4 @ www schools
- Other good links for bs4 topics
- Centering Content
- bs4 Utilities (nice summary by w3schools)
- Bootstrap grid
Quarter 3
Quarter 4
Quarter 4 project – years past
Bootstrap Based Tip Calculator UX https://mrmonline.org/bootstrap-tip-calculator/
SUPA Web [2020-2021]
SUPA Web
Husky : 3zpbwny
Pride : rbyazni
CSS Resources
Flex Box Froggy – Game for Learning Flex Box
Grid Garden – A game for learning CSS grid layout
Intro to CS [ 2020-21]
Intro to CS 2020-21
c testing
Leave a comment here , AP A
Microbit Firia Lab Concepts
- Unit 1
- Datatypes (scroll vs show())
- Unit 2
- Variables (delay= 1000)
- Roman Translator Standalone Assign
- Unit 3
- while loop
- Unit 4
- break statement
-
1234567num = 10while num < 100:num = num + 10if a button pressed :num = num -1if b button pressed :num = num + 2
- Unit 5
- Intro to lists
- Unit 6
- Lists
- len function
- random index from list (Answer Bot)
- Cycling through a list
- type function
- Unit 7
- Probability Lab
- Unit 8
- def() using functions
- Unit 9


