| Age | Commit message (Collapse) | Author | Files | Lines |
|
* im done
* feat(GameConfig): Adds immutability for GameConfig record
* accidentally removed main menu button
* throwing exceptions
* Please stop using protected
|
|
EntityUtils should use entities builin method for getting position as
double containing both integer and decimal part.
|
|
* docs(model/entities): Documentation for entities and items
Adds documentation to the following entity and item classes
- Entity
- EntityUtils
- Items
Did not add documentation for Ghost entity and Pacman entity,
since the class is not done yet.
* fix/small-fixes (#14)
* fix(model/entities): entites start in center of tile
* style(pacman): It should be width and height, not height and width.
* refactor(view): Changing setting of background color
|
|
* fix(model/entities): entites start in center of tile
* style(pacman): It should be width and height, not height and width.
* refactor(view): Changing setting of background color
|
|
* chore(model/json-parser): Added maven dependency
* chore(model): Removed old test JSON file
* refactor(model/GameState): List better then map, entities should be able
to overlap
* feat(Pacman): Added GameState builder to initiate GameState with given
paramters.
Added a short example JSON-file, more key-value pairs needs to be added
as the game progresses.
Likewise the builder won't parse for any other key-value pair
automatically.
|
|
* refactor(model/Direction): Put Direction enum in Entity class
* refactor(model/pacman-movement): Refactored pacman movement
|
|
|