From f884ac1d1d74dbdc35b04bb8a5bbec3f8b497c3e Mon Sep 17 00:00:00 2001 From: Lukas Moungos Date: Fri, 10 Feb 2023 17:03:55 +0100 Subject: [PATCH] new content --- .../projects/ConceptArt and Game Design.md | 34 +++++++++++++++++++ content/projects/MadTrax.md | 8 +++++ content/projects/RE:Chess.md | 8 +++++ content/projects/SpaceMadness.md | 17 ++++++++-- 4 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 content/projects/ConceptArt and Game Design.md create mode 100644 content/projects/MadTrax.md create mode 100644 content/projects/RE:Chess.md diff --git a/content/projects/ConceptArt and Game Design.md b/content/projects/ConceptArt and Game Design.md new file mode 100644 index 0000000..8e624d7 --- /dev/null +++ b/content/projects/ConceptArt and Game Design.md @@ -0,0 +1,34 @@ +--- +title: "Concept Art and Game Design" +date: 17.01.2022 +author: kookroach +authorLink: https://git.peroxy.dev/kookroach +description: "Creative basics for professional game development. A Workshop by Dr.-Ing. Wolfgang Höhl." +thumbnail: https://docs.peroxy.dev/uploads/f001b7e2-4e85-4335-8302-40cbda9c3490.png +--- + +From concept drawing to modeling to game engine. A neo-noir Game Concept inspired from Games like Max Payne and Luke Cage Noir comics. + +### Sketches + +#### Character Concept +![](https://wiki.tum.de/download/attachments/1030785260/Character%20Design%201%20rework.png?version=1&modificationDate=1642430318357&api=v2) +![](https://wiki.tum.de/download/attachments/1030785260/Character%20Design%202.png?version=1&modificationDate=1642430320190&api=v2) + +#### Environment Concept +![](https://wiki.tum.de/download/attachments/1030785260/Env-Design%20Skizze.png?version=1&modificationDate=1642430334223&api=v2) +![](https://wiki.tum.de/download/attachments/1030785260/Env-Design%20Final.png?version=1&modificationDate=1642430333137&api=v2) + +### Models +![](https://docs.peroxy.dev/uploads/251bda2e-05e2-4fe4-828c-e3a747e5c9e8.png) +![](https://docs.peroxy.dev/uploads/7a9e94b3-cb00-43bb-85ad-7fdf25e047fd.png) +![](https://docs.peroxy.dev/uploads/b8c07d01-11d6-4771-af21-4f208e443216.png) +![](https://docs.peroxy.dev/uploads/99cec6be-6239-46f3-a350-9ef9bfb60932.png) +![](https://docs.peroxy.dev/uploads/a3f69410-3e32-41a0-9f9a-c87f35d4cbfa.png) +![](https://docs.peroxy.dev/uploads/8b4cf730-48e4-422c-8cf5-590efd3e79b7.png) + +### Final Render +![](https://wiki.tum.de/download/attachments/1030785260/render_third.png?version=1&modificationDate=1642430351370&api=v2) + +### Final Result in Unity Engine +![](https://docs.peroxy.dev/uploads/851605f4-a7e7-46dd-902b-88e95d367a0c.png) \ No newline at end of file diff --git a/content/projects/MadTrax.md b/content/projects/MadTrax.md new file mode 100644 index 0000000..80907e2 --- /dev/null +++ b/content/projects/MadTrax.md @@ -0,0 +1,8 @@ +--- +title: "MadTrax" +date: 11.12.2022 +author: kookroach +authorLink: https://git.peroxy.dev/kookroach +description: "A game jam game made entirely from scratch in just 42 hours using the Godot 4 game engine." +thumbnail: https://docs.peroxy.dev/uploads/b968afc4-059c-41fd-b948-67c9b32c2cc2.png +--- \ No newline at end of file diff --git a/content/projects/RE:Chess.md b/content/projects/RE:Chess.md new file mode 100644 index 0000000..54a5702 --- /dev/null +++ b/content/projects/RE:Chess.md @@ -0,0 +1,8 @@ +--- +title: "RE:Chess" +date: 19.06.2022 +author: kookroach +authorLink: https://git.peroxy.dev/kookroach +description: "A game jam game made in just 42 hours using the Unity engine. Redefine the rules of chess to solve the re:chess puzzles in this unique chess game." +thumbnail: https://docs.peroxy.dev/uploads/4806dc24-3fe7-4349-8121-f230e7a02359.png +--- \ No newline at end of file diff --git a/content/projects/SpaceMadness.md b/content/projects/SpaceMadness.md index c45e1fb..3cc19e2 100644 --- a/content/projects/SpaceMadness.md +++ b/content/projects/SpaceMadness.md @@ -1,9 +1,9 @@ --- title: "Space Madness" -date: 29.12.2022 +date: 06.06.2020 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." +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 --- @@ -24,6 +24,8 @@ thumbnail: https://docs.peroxy.dev/uploads/cd22a289-ebe7-4d82-98e3-b639d1df2ea6. 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 @@ -31,3 +33,14 @@ My introduction to game development began with the completion of my first projec - 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) \ No newline at end of file