Howdy. 

Mark, Logan, Daniel, Jared, Nathan, Judy, Qin, 
Walter, Aleksa, Hallie, Adam, Gabriela, James, 
Brennan, Jacquelyn, Nick, Yiming, Jingzhe, Paul, 
Morgan, Alex Ong, William, Lauren, Jack, Mohan, 
Grant, Jon, Adrian, Trevor, Michael A., Austin 

I start with a debugging session for arbogdan

Question: How do you know what you are running? 

man ps

[arbogdan@silo ~]$ ps -ef | grep arbogd
root      8675  6712  0 11:39 ?        00:00:00 sshd: arbogdan [priv]
arbogdan  8827  8675  0 11:40 ?        00:00:00 sshd: arbogdan@pts/65
arbogdan  8828  8827  0 11:40 pts/65   00:00:00 -bash
root     16383  6712  0 14:34 ?        00:00:00 sshd: arbogdan [priv]
arbogdan 16388 16383  0 14:34 ?        00:00:00 sshd: arbogdan@pts/56
arbogdan 16389 16388  0 14:34 pts/56   00:00:00 -bash
arbogdan 17987 16389  0 14:39 pts/56   00:00:00 ps -ef
arbogdan 17988 16389  0 14:39 pts/56   00:00:00 grep arbogd
[arbogdan@silo ~]$

Aleksa's server works very well. 

Let's see if we can use Greenfoot today. 

http://www.cs.indiana.edu/classes/c212-dgerman/sum2015/c.pdf

http://www.greenfoot.org/door

http://www.greenfoot.org/download

http://www.greenfoot.org/download/files/Greenfoot-generic-242.jar

http://www.greenfoot.org/book/

http://www.greenfoot.org/book/material/book-scenarios.zip 

At this point I have two things on my desktop:

(a) the .jar file for Greenfoot

(b) the .zip file for the scenarios

Extract all the book scenarios. 

Play Marble. 

Play other games. 

--