Computer Science 30s

December 2021

Please take a moment to fill this out.


Week May 4th - May 8th

Good morning,

Just a reminder I will be doing weekly attendance. In order to be marked present, you need to do some work and check in with me. You can check in via email, Google Classroom, or the weekly meeting.

Here is the plan this week folks:

We are going to continue our project in Scratch.

You can pick the project. Try playing some games in Scratch to get some ideas.

You may also want to complete some tutorials. Completing tutorials will sometime spark an idea for a project.

Your Project will need the following:

A loading page.

Winning condition

Losing Condition

An End Screen.

Be sure to share your Scratch username and Profile page in the spreadsheet below.

Let's aim to finish our Scratch games by Friday, May 8th.

A reminder that our meeting time is 1pm Today May 5th.

It is important you join the Microsoft Team page as well.

As always send me an email if you are stuck, or bring your questions to the weekly meeting.

I hope you have a good week.

Week April 27 - May 1st

Here is the plan this week folks:

  • We are going to do a project in Scratch.

    • You can pick the project. Try playing some games in Scratch to get some ideas.

    • You may also want to complete some tutorials. Completing tutorials will sometime spark an idea for a project.

    • Your Project will need the following:

      • A loading page.

      • Winning condition

      • Losing Condition

      • An End Screen.

    • Be sure to share your Scratch username and Profile page in the spreadsheet below.

  • I am moving the time of our meeting tomorrow. I am going to move it to 1pm.

  • As always send me an email if you are stuck, or bring your questions to the weekly meeting.

  • I hope you have a good week.

Add Scratch Names

Below is a spreadsheet.

I would like you to add your Scratch Username and a link to your profile page in Scratch.

ScratchList

Above is video continuing our text base adventure game.

Here is a link to the GitHub Page

Microsoft Teams

Grade 11s,

Seeing how this is a technology course. We are going to learn a new Classroom management System. I am assuming some of you have already used Google Classroom.

For this course we will be using Microsoft Teams.

Head to this site and login.

Every student has a Login already made.

https://products.office.com/en-ca/microsoft-teams/group-chat-software


Your login is:


Then navigate and join a class.

Here is the Join Code:

2e4xc28


Good luck, send me an email, if you get stuck.

Online Class

Wolverines,

For the next couple of weeks we will be working our way through some Javascript.

I have created an online classroom. Please click the link to enroll:

Click here to join

Let's make a mouse game in VB

Let's make a Website


Log into Google.

Click on Drive.

Navigate to Sites.

Make a site.

Give it a name.

Create an About Me page.

Create a Comp Sci Page.

Embed a Scratch game on your comp sci page.

Class Websites

Try Playing this game:

Grade11 TextBased Games

Linking our Games to Google Sheets

Adding Emojis to our Text Based Game

Click here to find your Emoji

Select the emoji you would like to add.

Scroll all the way down and find a number that looks similar to this:

  • U+1F6B4

  • Copy the stuff after the "+" sign. So in this case 1F6B4

  • Head to your text game.

  • Navigate to the location where you would like to insert the emoji.

  • Right within the red "Words of my game here "

  • paste your code.

  • In front of that code place "&#x"

  • so for my example in would be: &#x1F6B4

Make a mock ATM

Please head to this file to see a demo:

  • P:\\ Corbin Boughen \\ Assignments \\ ComSci \\ ATM

ATM Project
function upup

Type up this function above.


Then where ever you have an "document.getElementById("output").innerHtml"


underneath it put:

upup();

Adding the Inventory
TextBasedGrade11ScriptF
TextBaseGrade11Style
TextBasedGrade11Index

Girls in Gaming

New Media Manitoba, Girls in Gaming, and Seven Oaks School Division are really excited to offer the first ever Game Jam in our division.


On March 21st and 22nd, young women in grades 9-12 (no video game design experience necessary) can take part in a two-day video game design experience that will connect them with other learners, powerful mentors, and software that the pros use in the industry!


Game Jam is fully open to non-binary learners and learners who identify as female.


Game Jam will take place at West Kildonan Collegiate on March 21st and 22nd from 9:00 am - 3:30 pm. Lunch is free.


To register your learners, please fill out the following form:

Click here to register


Second Project Visual Basic

Create a game in Visual Basic.

Build on the concepts that we did together:

  • Movement with keyPress

  • Clicker

  • Progress bar

  • Random Numbers

You will need:

  • A winning condition

  • A losing Condition

  • Images

  • Scoring system

Moving an Object in VB

Period A Day

Assembly in the Commons

Chess Tournament. We will use this site to play: Click "Play with a Friend."

Then you can work on your Dice game

Make a "Cookie Clicker" game in Vidual Studios


DiceGame

Let's Head to Scratch.

Make a Pythagoras Calculator.

Input a, and b and Solve for C!