You have 3 options:
- Clone/Fork the project
- Download the zip file
- Copy the contents of the
src/main folderto your project.
Compile and run the Main class file which will result in a window opening displaying a black background and the size of one pixel in the application
Most of the modification to how the program runs can be done in the Game class:
- Screen settings
- Adding Characters
- Game Fps
- Game loop
For changes in regard to key presses can be done in the EvenListener class
Template is free, use it how you like it 👍