All checks were successful
continuous-integration/drone/push Build is passing
46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
---
|
|
title: "Space Madness"
|
|
date: 06.06.2020
|
|
author: kookroach
|
|
authorLink: https://git.peroxy.dev/kookroach
|
|
description: "Navigate through an endless battlefield and destroy turrets while avoiding being killed. See if you can beat the current high score of 7471."
|
|
thumbnail: https://docs.peroxy.dev/uploads/cd22a289-ebe7-4d82-98e3-b639d1df2ea6.png
|
|
---
|
|
|
|
```
|
|
_____ ___ ___ _
|
|
/ ___| | \/ | | |
|
|
\ `--. _ __ __ _ ___ ___ | . . | __ _ __| | _ __ ___ ___ ___
|
|
`--. \| '_ \ / _` | / __| / _ \ | |\/| | / _` | / _` || '_ \ / _ \/ __|/ __|
|
|
/\__/ /| |_) || (_| || (__ | __/ | | | || (_| || (_| || | | || __/\__ \\__ \
|
|
\____/ | .__/ \__,_| \___| \___| \_| |_/ \__,_| \__,_||_| |_| \___||___/|___/
|
|
| |
|
|
|_|
|
|
```
|
|
|
|
> :warning: **Assets and Sounds of this game are not self made**
|
|
|
|
### About this Project
|
|
|
|
My introduction to game development began with the completion of my first project, "Space Madness", which I created using the Unity Engine. This experience sparked my passion for the field and led me to pursue a degree in Informatics: Games Engineering at the Technical University of Munich.
|
|
|
|
A Challenging mobile endless space shooter game.
|
|
|
|
### Technical Features
|
|
|
|
- Procedual Terrain generation
|
|
- Chunk rendering with LOD
|
|
- Endless Level generation
|
|
- Basic Boss Fight Logic
|
|
- Touch input support
|
|
|
|
|
|
### Gameplay Video
|
|
|
|
https://www.youtube.com/watch?v=1qquNEJrA10
|
|
|
|
## Links
|
|
|
|
Repository [here](https://gitlab.com/moungoslukas/stonks)
|
|
|
|
Download Windows Build [here](https://cloud.peroxy.dev/s/c5PzG37xtqyD8gZ) (playable by using the Mouse and Left Mouse Button) |