Skip to content

Instantly share code, notes, and snippets.

@dsch31
dsch31 / ArcheryTarget.java
Created August 3, 2018 21:34
ArcheryTarget
package assigment2;
/*
*
* author: Atila Sabo
* Aug.03.2018.
* (my first solution)
*
https://see.stanford.edu/materials/icspmcs106a/13-assignment-2-simple-java.pdf
@dsch31
dsch31 / Pyramid.java
Created August 3, 2018 20:35 — forked from hutchdoescoding/Pyramid.java
This is my solution to the 'Pyramid' assignment for the Stanford CS106A lectures.
/* File name: Pyramid.java
* This program will display a pyramid centered within the screen.
*/
import acm.program.*;
import acm.graphics.GRect;
public class Pyramid extends GraphicsProgram {
public void run() {