Skip to content

Files

Latest commit

Jan 30, 2024
391066a · Jan 30, 2024

History

History

readme

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2024

Project Title

Name:

Student Number:

Class Group:

Include all team members names and student numbers if a team project

Description

Video:

YouTube

Screenshots

Instructions

How it works

List of classes/assets

Class/asset Source
MyClass.cs Self written
MyClass1.cs Modified from reference
MyClass2.cs From reference

Each team member or individual needs to write a paragraph or two explaining what they contributed to the project

  • What they did
  • What they are most proud of
  • What they learned

References

  • Item 1
  • Item 2

From here on, are examples of how to different things in Markdown. You can delete.

This is how to markdown text:

This is emphasis

This is a bulleted list

  • Item
  • Item

This is a numbered list

  1. Item
  2. Item

This is a hyperlink

Headings

Headings

Headings

Headings

This is code:

public void render()
{
	ui.noFill();
	ui.stroke(255);
	ui.rect(x, y, width, height);
	ui.textAlign(PApplet.CENTER, PApplet.CENTER);
	ui.text(text, x + width * 0.5f, y + height * 0.5f);
}

So is this without specifying the language:

public void render()
{
	ui.noFill();
	ui.stroke(255);
	ui.rect(x, y, width, height);
	ui.textAlign(PApplet.CENTER, PApplet.CENTER);
	ui.text(text, x + width * 0.5f, y + height * 0.5f);
}

This is an image using a relative URL:

An image

This is an image using an absolute URL:

A different image

This is a youtube video:

YouTube

This is a table:

Heading 1 Heading 2
Some stuff Some more stuff in this column
Some stuff Some more stuff in this column
Some stuff Some more stuff in this column
Some stuff Some more stuff in this column