better design with selfmade shader
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
33
content/projects/SpaceMadness.md
Normal file
33
content/projects/SpaceMadness.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "Space Madness"
|
||||
date: 29.12.2022
|
||||
author: kookroach
|
||||
authorLink: https://git.peroxy.dev/kookroach
|
||||
description: "Challenge yourself in this mobile endless space shooter game. 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.
|
||||
|
||||
### Technical Features
|
||||
|
||||
- Procedual Terrain generation
|
||||
- Chunk rendering with LOD
|
||||
- Endless Level generation
|
||||
- Basic Boss Fight Logic
|
||||
- Touch input support
|
||||
@@ -1,16 +0,0 @@
|
||||
---
|
||||
title: "My First Project"
|
||||
date: 29.12.2022
|
||||
author: kookroach
|
||||
authorLink: https://git.peroxy.dev/kookroach
|
||||
description: Short description
|
||||
thumbnail: https://images.unsplash.com/photo-1640539984026-c1b0d7c5d4b5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1332&q=80
|
||||
---
|
||||
|
||||
# First project
|
||||
|
||||
This is a project
|
||||
|
||||
You can add pics
|
||||
|
||||

|
||||
@@ -115,7 +115,7 @@ var foo = function (bar) {
|
||||
console.log(foo(5));
|
||||
```
|
||||
|
||||
```js line=200,{2-3, 5},title="pidhsome je"
|
||||
```tsx line=200, title="pidhsome je"
|
||||
var foo = function (bar) {
|
||||
return bar++;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user