Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Square Modifications #7

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3753299
changed square size
ksmith6767 Feb 8, 2021
415c13b
changed size again
ksmith6767 Feb 8, 2021
dab2045
Update GameView.java
huntress284 Feb 9, 2021
9a56694
Changed square size, color and speed.
DonaldHakeII Mar 5, 2017
f15d4a4
Update GameView.java
huntress284 Feb 10, 2021
76fa4a2
Square Modifications
Liam920 Feb 10, 2021
9cea39d
Added & applied new background color
Derek-Herr77 Feb 10, 2021
cd4cc96
changed color and size
sausan22 Feb 11, 2021
cc6b13e
Update GameView.java
jack16816 Feb 11, 2021
d31a85a
made wider
iarnold885113 Feb 12, 2021
58f2d30
wider
iarnold885113 Feb 12, 2021
239fc70
circles are better
robjtede Feb 17, 2021
5dd7405
l33tsp3ak
robjtede Feb 17, 2021
8745dbb
Merge pull request #23 from robjtede/ilikecircle
KaiFish Feb 17, 2021
2eb58cc
Merge branch 'master' into coolkid
KaiFish Feb 17, 2021
76b6706
Merge pull request #24 from robjtede/coolkid
KaiFish Feb 17, 2021
d0b6f79
Update README.md
KaiFish Feb 17, 2021
ea48537
Merge pull request #8 from KaiFish/jquinteros
KaiFish Feb 17, 2021
e449c70
Merge branch 'master' into dherr
KaiFish Feb 17, 2021
78550c9
Merge pull request #19 from KaiFish/dherr
KaiFish Feb 17, 2021
bd5f742
Merge pull request #3 from KaiFish/ksmith126
ksmith6767 Feb 17, 2021
9df9bab
Merge branch 'master' into jsnyder17
ksmith6767 Feb 17, 2021
eac2f1b
Merge branch 'master' into ssanjuan1
jack16816 Feb 17, 2021
9ac801a
Merge pull request #22 from KaiFish/jsnyder17
ksmith6767 Feb 17, 2021
b13a480
Merge branch 'attempt3' into khunt6
jsnyder17 Feb 17, 2021
1f93155
Merge pull request #7 from KaiFish/ssanjuan1
jack16816 Feb 17, 2021
bdf7821
Merge branch 'master' into khunt6
jack16816 Feb 17, 2021
03dd3dd
Merge pull request #6 from KaiFish/khunt6
jack16816 Feb 17, 2021
1329034
Merge branch 'master' into lbradley1
ksmith6767 Feb 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public void run() {
Square square = new Square();
square.setX(300.0);
square.setY(220.0);
square.setWidth(60.0);
square.setWidth(200.0);
attempt3
square.setHeight(40.0);
model.setSquare(square);

Expand Down
Binary file not shown.
Binary file added bin/edu/ycp/cs320/movethesquare/model/Game.class
Binary file not shown.
Binary file not shown.
Binary file added bin/edu/ycp/cs320/movethesquare/ui/GameView$1.class
Binary file not shown.
Binary file not shown.
Binary file added bin/edu/ycp/cs320/movethesquare/ui/GameView.class
Binary file not shown.