1
0
Fork 0
Commit Graph

60 Commits

Author SHA1 Message Date
rxbn_ 59c2f83f49 BreakOut 5.3 2020-02-03 23:34:20 +01:00
rxbn_ 59fdc12e4f BreakOut 5.2 - methods are now written according to specifications to pass JUnit tests 2020-02-01 09:50:56 +01:00
rxbn_ 90afe2d72e BreakOut 5.2 - Scoreboard 2020-01-30 21:23:00 +01:00
rxbn_ 21a7b951d6 BreakOut 5.1 - b), c) 2020-01-30 19:15:16 +01:00
rxbn_ 5ea292bbae BreakOut 5.1 - a) 2020-01-30 19:10:49 +01:00
rxbn_ b51c1c4f62 BreakOut 5.* Vorgabe 2020-01-28 13:23:40 +01:00
rxbn_ f6e8e6fcc5 minor comments and refactoring in break_out.model.Level 2020-01-25 00:01:15 +01:00
rxbn_ 87048abd6f Aufgabe 3 Feedback - minor fixes 2020-01-23 18:45:36 +01:00
rxbn_ 49f431c236 neue Abgabegruppe - 262 2020-01-16 11:05:05 +01:00
rxbn_ 041092f121 quick fix - JavaDoc 2020-01-05 14:46:43 +01:00
rxbn_ 8668f6e2b5 minor fix - longer paddles - game design decision 2020-01-05 14:41:35 +01:00
rxbn_ 9210e43b6a Aufgabe 4.4 - updateStonesAndScore, allStonesBroken 2020-01-05 14:40:52 +01:00
rxbn_ 2102f5c27b Aufgabe 4.3 - hitsStone, reflectOnStone 2020-01-05 14:14:31 +01:00
rxbn_ 0fdd579b41 Aufgabe 4.2 - drawStones 2019-12-31 15:41:10 +01:00
rxbn_ 669c37029a minor fixes 2019-12-31 15:21:40 +01:00
rxbn_ 2870a5fc9a Aufgabe 4.1 - loadLevelData 2019-12-30 16:43:24 +01:00
rxbn_ 1b829fba1e BreakOut 4.* Vorgabe 2019-12-30 16:04:19 +01:00
rxbn_ 4bec1047ed Aufgabe 3.4 2019-12-19 17:44:50 +01:00
rxbn_ 94a394438d Aufgabe 3.3 2019-12-17 22:15:00 +01:00
rxbn_ 0548e10e6b Aufgabe 3.2 2019-12-17 21:26:34 +01:00
rxbn_ ba286f548f Aufgabe 3.1 2019-12-17 20:38:47 +01:00
rxbn_ 9182e79f6b BreakOut 3.* Vorgabe - missing IStone.java 2019-12-17 20:37:54 +01:00
rxbn_ 4fe42792ee BreakOut 3.* Vorgabe + Implementation 2019-12-17 18:10:30 +01:00
rxbn_ ce770c9cc7 fix - Ball - reflectOnPaddle - wrong estimation and therefore no bottom paddle behaviour 2019-12-15 07:27:18 +01:00
rxbn_ 341aa10277 fix - createRelease - wrong file prefix 2019-12-14 12:38:40 +01:00
rxbn_ c21af90605 Ball - no blue colors according to constant GAME_BACKGROUND to prevent ghosting 2019-12-13 01:51:03 +01:00
rxbn_ 463b562645 Field - grid color with alpha value 2019-12-13 01:35:49 +01:00
rxbn_ 7b416c205e Field - game background as a constant 2019-12-13 01:30:05 +01:00
rxbn_ 584d33ae07 quick fix - first draw grid then ball 2019-12-13 01:16:04 +01:00
rxbn_ 46e689dec3 ball - new color when ball hits paddle 2019-12-13 01:14:58 +01:00
rxbn_ 087650adc8 documentation - correct javadoc for paddle constructor 2019-12-13 00:41:14 +01:00
rxbn_ 75ee56adce custom color for paddles 2019-12-12 19:20:52 +01:00
rxbn_ e782ad2017 general - correct authors 2019-12-08 00:15:20 +01:00
rxbn_ 131dedb22e Ball - reflectOnPaddle - structuring and comments 2019-12-07 23:58:50 +01:00
Moritz Henseleit af40f082d6 message 2019-12-07 23:21:22 +01:00
rxbn_ 1a18e469ca Ball - hitsPaddle update 2019-12-07 17:24:39 +01:00
rxbn_ 8af4e653b2 Vector2D - rescaling fix - zero issue 2019-12-07 17:09:56 +01:00
rxbn_ 010cb5853a Aufgabe 2.2 - Vector2D constructor 2019-12-06 19:06:51 +01:00
rxbn_ 78159521c7 Aufgabe 2.2 - hitsPaddle(Paddle p) - tests whether the ball touches the paddle's hit box. 2019-12-03 00:03:36 +01:00
rxbn_ dcc68e837a Aufgabe 2 - neue Vorgabe fuer IBall + basic implementation 2019-12-02 22:51:46 +01:00
rxbn_ 7ba9618f63 README.md - mail fix 2019-12-01 21:58:53 +01:00
Ruben Meyer d2bcd4bc7e Update 'README.md'
correct syntax for new line
2019-12-01 17:55:15 +00:00
rxbn_ 8b61a4f022 Better README.md 2019-12-01 18:50:55 +01:00
rxbn c9f87ace17 Aufgabe 2.1 + reindent project 2019-12-01 18:39:53 +01:00
rxbn 1f5c6edd03 reindent project 2019-12-01 17:39:37 +01:00
rxbn a8982fc940 Breakout 2.* Vorgabe 2019-12-01 17:28:54 +01:00
rxbn 7a4bad32f6 comments: updated authors and group member notation 2019-11-27 23:05:33 +01:00
rxbn 2b166f4835 script to create release 2019-11-27 12:43:56 +01:00
rxbn 10ec639943 Breakout Aufgabe 1 - Fehlerkorrektur 2019-11-26 23:45:59 +01:00
Moritz Henseleit 3d74d9e5e0 updated 2019-11-22 15:56:57 +01:00