8000 GitHub - RogueRocketeer/trrt-good_FlightSimulator: A 3d flight simulator in Java.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RogueRocketeer/trrt-good_FlightSimulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlightSimulator

The final game project for Comp Sci Java. All GUI is built with the swing api and rendering is done with my 3d rendering package. Terrain is generated using a simplex noise algorithm (which I didnt make).

RUNNING THE CODE:

  • have java installed
  • download the repo
  • open terminal and navigate to the directory that contains all the java files
  • compile using javac *.java
  • run by running java FlightSimulator

alt text

About

A 3d flight simulator in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0