ucsb-cs56-projects / cs56-games-pacman

-
5 stars 17 forks source link

Complete PacMan Level Editor #42

Closed ryantse closed 8 years ago

ryantse commented 8 years ago

Add ability to modify existing levels and create new levels with the level editor.

ryantse commented 8 years ago

Requested Point Value: 600 pts. Commit: f6f8ee1ac8a8e2b16022a5f02731fdf43d879ae2 To test the level editor:

$ ant run-editor

Open file in assets/levels/level*.data

CC: @hannavigil

ryantse commented 8 years ago

Updated: cfbce9bf6d586d06b8cc49ba0fed0c3e8670fba2 Fixes an issue with the editor's window state.

hannavigil commented 8 years ago

Approved