https://github.com/stefangt44/angryheads
2D online multiplayer platformer 1v1 game for pc and android (LibGDX).
https://github.com/stefangt44/angryheads
1v1 2d-game android-application multiplayer-game
Last synced: 3 months ago
JSON representation
2D online multiplayer platformer 1v1 game for pc and android (LibGDX).
- Host: GitHub
- URL: https://github.com/stefangt44/angryheads
- Owner: stefanGT44
- Created: 2020-09-01T16:31:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T21:15:02.000Z (over 4 years ago)
- Last Synced: 2025-01-25T00:27:56.647Z (4 months ago)
- Topics: 1v1, 2d-game, android-application, multiplayer-game
- Language: Java
- Homepage:
- Size: 59.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngryHeads
2D online multiplayer 1v1 game for pc and android (LibGDX).## Overview
A simple 2D 1v1 online fighter game developed for pc and android with LibGDX and Kryonet for networking.
Players fight each other until one of them dies, or until the timer expires (the one with more HP wins).
Character art and animations are all original and inspired by the PS2 game I-Ninja.

## Details
There are two different characters with their own abilities and spells.
They both have simple attacks and two additional spells with cooldowns.
#### The Ninja:
An agile melee fighter with fast paced sword attacks and combos.
* Simple attack - Sword strike (3 hit combo for jump attack)
* Ability 1 - Jump
* Ability 2 - Stealth for 3 seconds#### The Ranx Rocketman
A slow shooter with high damaging energy bolts.
* Simple attack - Shoot energy bolts
* Ability 1 - Flying with jetpack until fuel is empty (fuel slowly regenerates while not flying)
* Ability 2 - Immunity energy shield (Can't take damage and bounces enemies off for 5 seconds)## Sidenote
This project was an assignment as part of the course - Mobile applications development during the 6th semester at the Faculty of Computer Science in Belgrade.## Download
And the android .apk file [here](executables/android-debug.apk)## Contributors
- Stefan Ginic -