Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
java_pacman
Browse files
Apr 05, 2021
StartPanel label update
· f93752df
Johsei
authored
Apr 05, 2021
f93752df
Game can now be played not only with WASD but also with the Arrow Keys
· 83186a3b
Johsei
authored
Apr 05, 2021
83186a3b
Change number of enemies back to normal
· 13609745
Johsei
authored
Apr 05, 2021
13609745
Change type variable in WorldObject to private, substitute its usage in other classes with getter
· 4339e542
Johsei
authored
Apr 05, 2021
4339e542
Created class diagramm with plantuml/sketchit
· c807a427
Johsei
authored
Apr 05, 2021
c807a427
Apr 04, 2021
Include out directory with working Game.jar
· cffcc278
Johsei
authored
Apr 04, 2021
cffcc278
Include out directory with working Game.jar
· a94e876b
Johsei
authored
Apr 04, 2021
View commits for tag Abgabe
Abgabe
a94e876b
gitignore
· 0ddcb96e
Johsei
authored
Apr 04, 2021
0ddcb96e
minor code optimisations
· 0daeeff6
Johsei
authored
Apr 04, 2021
0daeeff6
introduction text in the start screen
· a44bab54
Johsei
authored
Apr 04, 2021
a44bab54
Changed reader for map file to make artifact Game.jar functional
· a49f121b
Johsei
authored
Apr 04, 2021
a49f121b
Apr 03, 2021
minor changes
· 1ad63703
Johsei
authored
Apr 03, 2021
1ad63703
Maximize Window; detect and use available size even on different Screen
· 4e86f316
Johsei
authored
Apr 03, 2021
4e86f316
Apr 02, 2021
Optimized GridBagLayout usage
· 4aa884b7
Johsei
authored
Apr 03, 2021
4aa884b7
Created Constants class; replaced 'magicNumbers' with constants.
· d94e1b24
Johsei
authored
Apr 02, 2021
d94e1b24
Implement interface ScreenActionListener for callback of panels in Game.java
· 6e9eeded
Johsei
authored
Apr 02, 2021
6e9eeded
Improves map file reading
· f3436cb9
Johsei
authored
Apr 02, 2021
f3436cb9
smaller population icons
· b1c3eebf
Johsei
authored
Apr 02, 2021
b1c3eebf
Implemented different population icons
· 1047e2ca
Johsei
authored
Apr 02, 2021
1047e2ca
Mar 31, 2021
Gamepanel.stop() fixed issue of laggy game after restarts
· 55be34b0
Johsei
authored
Mar 31, 2021
55be34b0
Implemented ResourceCache; put .java in package; res folder
· a99f3933
Johsei
authored
Mar 31, 2021
a99f3933
Mar 28, 2021
multiple new WorldObject graphics
· 21841ffc
Johsei
authored
Mar 28, 2021
21841ffc
Reduced resolution of used graphics from 500x500px to 100x100px -> decreased RAM-usage by a lot
· 6de1bd07
Johsei
authored
Mar 28, 2021
6de1bd07
Mar 27, 2021
Play Again Button in EndPanel
· c24ae76f
Johsei
authored
Mar 27, 2021
c24ae76f
create class EndPanel, implement option to restart the game at the end -> BUG:...
· d2d915e0
Johsei
authored
Mar 27, 2021
d2d915e0
Code optimisations and implementation of different player design after being caught by enemy
· fbc16dd5
Johsei
authored
Mar 27, 2021
fbc16dd5
Implemented different enemy designs
· a4e64471
Johsei
authored
Mar 27, 2021
a4e64471
Complete restructuring of the Main class and creation of the Game class to...
· 3d9600e3
Johsei
authored
Mar 27, 2021
3d9600e3
Mar 25, 2021
Added player lives to statusPanel, implemented player intersection detection...
· 9ce05fdc
Johsei
authored
Mar 25, 2021
9ce05fdc
Mar 24, 2021
Added rudimentary end screen
· 982a99b5
Johsei
authored
Mar 24, 2021
982a99b5
Added rudimentary start screen
· ad597503
Johsei
authored
Mar 24, 2021
ad597503
Added status bar with progress of infected population at the bottom of the game
· ba83eb8e
Johsei
authored
Mar 24, 2021
ba83eb8e
new map
· 98266e5c
Johsei
authored
Mar 24, 2021
98266e5c
enemy implementation
· 51300c15
Johsei
authored
Mar 24, 2021
51300c15
fixed bug of player not being able to move left or right in the beginning
· 31b3621d
Johsei
authored
Mar 24, 2021
31b3621d
Mar 23, 2021
minor improvements
· ff156613
Johsei
authored
Mar 24, 2021
ff156613
read player start position from file
· 1dd1aac1
Johsei
authored
Mar 23, 2021
1dd1aac1
Implemented Player win detection (eaten all the dots/ infected all persons)
· 716084ce
Johsei
authored
Mar 23, 2021
716084ce
Big simplification of update() in Player class
· 3db1ec66
Johsei
authored
Mar 23, 2021
3db1ec66
Implement people eating of Corona and score counting
· d4d97aa5
Johsei
authored
Mar 23, 2021
d4d97aa5
Loading