Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bdeering1/java-platformer
- Owner: Bdeering1
- Created: 2019-09-27T02:33:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T03:06:13.000Z (over 2 years ago)
- Last Synced: 2024-12-09T15:13:53.666Z (about 2 months ago)
- Topics: game, java
- Language: Java
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
![]()