We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This simple project attempts to provide some basics architecture and tools to build a very simple 2D pixelized game, based on Java language and API.
It will propose :
update(float)
render(Graphics2D)
GameObject
Using the standard Maven command to build and package, the default command to know is:
$> mvn clean install
This will build the full project into the target/ directory.
target/
You can choose between 2 ways :
On the windows platform, you will be able to run a specific executable:
c:\> target\singleclassgame.exe
Have Fun !
McG.