Skip to content

jiben22/SpaceInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space Invaders

JavaFX game project

alt text

Getting Started

git clone https://github.com/jiben22/SpaceInvaders
cd SpaceInvaders
mvn install

Run with Maven

mvn javafx:run

Run with JavaFX

Install JavaFX Runtime (12) https://openjfx.io/openjfx-docs/#install-javafx

$PATH_TO_FX = /usr/lib/jvm/javafx-sdk-12.0.1/lib/

java --module-path $PATH_TO_FX --add-modules javafx.controls -jar SpaceInvaders-1.0-jar-with-dependencies.jar

Run project with IntelliJ

Run > Edit Configurations...

VM options: --module-path $PATH_TO_FX --add-modules javafx.controls

About

Java game project - Space Invaders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •