Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 666 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 666 Bytes

Multi-platform PAC-MAN developed with Java

Build Status

Native using JavaFX and web using GWT.

  • mvn -am -pl :pacman-jre install && mvn -pl :pacman-jre exec:java to run the native app
  • mvn -am -pl :pacman-gwt gwt:devmode to run the web app (open http://localhost:8888/pacman/)
  • mvn package to generate
    • jre/target/pacman-java-{version}-jar-with-dependencies.jar executable jar
    • gwt/target/pacman-gwt-{version}.war webapp

PacMan