Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdeering1/java-platformer

Platformer game developed using Java AWT.
https://github.com/bdeering1/java-platformer

game java

Last synced: 2 days ago
JSON representation

Platformer game developed using Java AWT.

Awesome Lists containing this project

README

        

# Java Platformer Game

Source code is original and designed by me. Original project structure taken from "New Beginner 2D Game Programming" series by CodeNMore on Youtube. Game resources are available at: https://itch.io/game-assets/free. \
\
Run using ant:
```
cd java-platformer
ant
ant Launcher
```
Alternatively, download .jar file from release.
\
\
Controls:
\
LEFT ARROW: move left \
RIGHT ARROW: move right \
UP ARROW: jump \
\
Q - Default attack / air dash attack \
W - Special attack (only works in air) \
E - Spell Cast (unfinished)

Screen Shot 2022-08-10 at 11 04 52 PM