<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=APCS_-_1920_-_December</id>
	<title>APCS - 1920 - December - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=APCS_-_1920_-_December"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1920_-_December&amp;action=history"/>
	<updated>2026-08-15T13:43:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=APCS_-_1920_-_December&amp;diff=16110&amp;oldid=prev</id>
		<title>Admin: Protected &quot;APCS - 1920 - December&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1920_-_December&amp;diff=16110&amp;oldid=prev"/>
		<updated>2020-01-06T15:34:55Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/APCS_-_1920_-_December&quot; title=&quot;APCS - 1920 - December&quot;&gt;APCS - 1920 - December&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 15:34, 6 January 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=APCS_-_1920_-_December&amp;diff=16109&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Tuesday - Thursday (12/17/19 - 12/19/19) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * Complete and demo Brick Breaker * Rectangle-circle collision detection ** https://yal.cc/rectangle-circle-inters...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=APCS_-_1920_-_December&amp;diff=16109&amp;oldid=prev"/>
		<updated>2020-01-06T15:34:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Tuesday - Thursday (12/17/19 - 12/19/19) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * Complete and demo Brick Breaker * Rectangle-circle collision detection ** https://yal.cc/rectangle-circle-inters...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Tuesday - Thursday (12/17/19 - 12/19/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Complete and demo Brick Breaker&lt;br /&gt;
* Rectangle-circle collision detection&lt;br /&gt;
** https://yal.cc/rectangle-circle-intersection-test/&lt;br /&gt;
** Read above&lt;br /&gt;
** ...but wait...what about the corners? (Hint: Use our circle-circle collision resolution)&lt;br /&gt;
** http://flatredball.com/documentation/tutorials/math/circle-collision/&lt;br /&gt;
* Brick Breaker description&lt;br /&gt;
*# Ball bounces around the screen and off of bricks and the paddle&lt;br /&gt;
*# Paddle that moves along the x-axis by following the mouse (lookup mouseX and mouseY)&lt;br /&gt;
*# Row of Bricks at the top of the screen&lt;br /&gt;
*#* Bricks disappear if they are hit by the ball&lt;br /&gt;
*# Lose if ball goes past the bottom of the screen&lt;br /&gt;
*# Win if all bricks are gone&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;null&amp;#039;&amp;#039;&amp;#039; keyword&lt;br /&gt;
* Arrays of objects&lt;br /&gt;
** Object array instantiation (creation)&lt;br /&gt;
** Object array initialization&lt;br /&gt;
** Object array usage&lt;br /&gt;
** Iteration through an object array&lt;br /&gt;
&lt;br /&gt;
== Friday (12/13/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Circle and Brick intersection test program&lt;br /&gt;
** Create a small Processing program to test out the math between the intersection a circle and rectangle&lt;br /&gt;
** Use variables for everything&lt;br /&gt;
** https://yal.cc/rectangle-circle-intersection-test/&lt;br /&gt;
* Complete Brick class definition&lt;br /&gt;
* Brick Breaker description&lt;br /&gt;
*# Ball bounces around the screen and off of bricks and the paddle&lt;br /&gt;
*# Paddle that moves along the x-axis by following the mouse&lt;br /&gt;
*# Row of Bricks at the top of the screen&lt;br /&gt;
*#* Bricks disappear if they are hit by the ball&lt;br /&gt;
*# Lose if ball goes past the bottom of the screen&lt;br /&gt;
*# Win if all bricks are gone&lt;br /&gt;
&lt;br /&gt;
== Monday - Wednesday (12/9/19 - 12/11/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Processing review&lt;br /&gt;
** Bouncing Ball&lt;br /&gt;
** Brick Breaker&lt;br /&gt;
* Class construction and object usage&lt;br /&gt;
** [https://repl.it/@paulbui/Ball-class-notes Ball class notes]&lt;br /&gt;
** Brick objects for Brick Breaker&lt;br /&gt;
*** What instance variables (attributes) should a Brick have?&lt;br /&gt;
*** What methods (behaviors) should a Brick have?&lt;br /&gt;
* Circle and Brick intersection test program&lt;br /&gt;
** Create a small Processing program to test out the math between the intersection a circle and rectangle&lt;br /&gt;
** Use variables for everything&lt;br /&gt;
* [https://drive.google.com/open?id=1ks5B3fsnGCX_utk_Adxt1cQtPtUsNtNVENb9swCaHpo Object usage slides]&lt;br /&gt;
* [https://docs.google.com/presentation/d/1hb_8wMUlQQl7W-JF2f3gax021yDHLkLENJYy0fUMGy8/edit?usp=sharing Classes slides]&lt;br /&gt;
&lt;br /&gt;
== Thursday (12/5/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Test 10 questions?&lt;br /&gt;
* Activity 12 check&lt;br /&gt;
* Coming soon...Processing review&lt;br /&gt;
** Bouncing Ball&lt;br /&gt;
** Brick Breaker&lt;br /&gt;
&lt;br /&gt;
== Tuesday (12/3/19) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Java Methods &amp;amp; Strings quiz&lt;br /&gt;
* Repl.it reminder - all assignments should be completed by now&lt;br /&gt;
* Multiple Variable Declarations&lt;br /&gt;
* Overloaded Methods&lt;br /&gt;
** Exercises &amp;amp; Examples&lt;br /&gt;
** Why would we want to overload methods?&lt;br /&gt;
* Complete Activity 12: Optional Arguments&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>