This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Programmiermethoden_und_-werkzeuge
/
2023-2-WS_group_project_pacmayham
Watch
5
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Added Map
remotes/origin/menu
fdai7012
1 year ago
committed by
Julian
parent
dacd949261
commit
95250a1ac9
1 changed files
with
7 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
7
src/main/java/pacmanGame/Map.java
7
src/main/java/pacmanGame/Map.java
View File
@ -0,0 +1,7 @@
package
pacmanGame
;
public
class
Map
{
public
Cell
[
]
[
]
cells
;
public
Vector2
size
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Programmiermethoden_und_-werkzeuge/2023-2-WS_group_project_pacmayham
Title
Body
Create Issue