Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetFighter

Implementation of 1975 Atari game "JetFighter" in Kotlin with JavaFX

Requirements

  • Java version: 15

Run

Run with gradle run task

./gradle run   # Linux, Mac
./gradlew run  # Windows

Build jar file and execute it

./gradle jar   # Linux, Mac
./gradlew jar  # Windows
java -jar ./build/libs/*.jar

Controls

General

Key Action
R Restart game
Esc Pause/resume game

Black Jet

Key Action
A Rotate left
D Rotate right
Space Shoot

White Jet

Key Action
Left Arrow Rotate left
Right Arrow Rotate right
Enter Shoot

About

Implementation of 1975 Atari game "JetFighter" in JavaFX

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages