Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominikrys/gunderwurlde
🎮 Online multiplayer 2D top-down game
https://github.com/dominikrys/gunderwurlde
java javafx networking
Last synced: 25 days ago
JSON representation
🎮 Online multiplayer 2D top-down game
- Host: GitHub
- URL: https://github.com/dominikrys/gunderwurlde
- Owner: dominikrys
- Created: 2019-03-31T12:19:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T13:40:37.000Z (over 4 years ago)
- Last Synced: 2024-11-19T18:59:47.993Z (3 months ago)
- Topics: java, javafx, networking
- Language: Java
- Homepage:
- Size: 8.49 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gunderwurlde
***2nd Year Computer Science Project at the University of Birmingham***
A 2D top-down shooter game featuring competitive play over a network, artificial intelligence elements, a user interface, graphics and audio. The aim of the game is to survive as long as possible while clearing waves of enemies. In multiplayer the goal is to be the last team standing.
Written in Java using JavaFX.
## Screenshots
![Menu](docs/img/screenshot1.png) | ![Game](docs/img/screenshot2.png)
:----------------------------------:|:----------------------------------------:
![Boss](docs/img/screenshot3.png) | ![Pause Menu](docs/img/screenshot4.png)## Authors
* **Richard Miller** - Game engine
* **Dominik Rys** - Renderer and GUI
* **Timothy Mak** - Audio, Input and Map Editor
* **George Curnock** - Networking
* **Tomas Vycas** - Enemy AI