Skip to content

brianyamasaki/JavaGameFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Game Framework

This is a basic Java game application using the Swing framework, using Java SE 7 and later.

Created on Visual Studio Code

I've created this in Microsoft's free Visual Studio Code editor with free Java extensions as described in the Java in VSCode web page. Please install the extensions as described before attempting to run the app.

Simply open the folder that is the root of the git project into Visual Studio Code and it will find everything and compile them for you. The easiest way to start running or debugging the app is to find the public static main in App.java and right above the function will be links to Run and Debug. Click on those and you're off and running.

The code may run as written on other Java IDEs, but that hasn't been tested and isn't supported as part of this project.

Created with the Maven Archetype extension

Created by the Maven extension for Visual Studio Code to create the project. Use the VSCode Command palette and run Maven: Execute commands to do various things, including automatically creating JARs (though I haven't figured out how to configure this correctly for JAR creation).

About

Super simple Game framework written in Java Swing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages