Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m4 #284

Merged
merged 6 commits into from
Jan 24, 2024
Merged

m4 #284

Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

951KB? Please resize this photo

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resize this photo

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions content/ws23/master/m4-gamingforthefuture/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
+++
title = "M4 Gaming for Future: A video game about water scarcity in Brandenburg (M4 Gaming for Future: Ein Videospiel über Wasserknappheit in Brandenburg)"
project_id = "M4"

# Properties for displaying the project in the project list
card_image = "Game1.png"
card_description = "Gaming For Future"

team = ["Eliot Hoff", " Kenneth Englisch", "Cong Nguyen-Dinh", "Adib Ghassani Waluya"]
supervisor = "David Mueller"
draft = true
+++

{{<section title="Our Goal">}}
The goal of our project was to develop a game together with the NABU about the Water Scarcity in Brandenburg.
{{</section>}}

{{<section title="Gameplay">}}
The player can place tiles on the map. Each tile has different influences on the water level.
{{</section>}}

{{<gallery>}}
{{<image src="Game1.png" alt="App home screen" caption="Level 1">}}
{{<image src="Game2.png" alt="Profile screen" caption="Level Selection">}}
{{</gallery>}}

{{<section title="The team">}}
Our team included Eliot Hoff, Kenneth Englisch, Cong Nguyen-Dinh, Adib Ghassani Waluya and our supervisor David.
We divided the tasks equally and spend the first few weeks with researching and planning the game. We tracked our project progression via Github and communicated via Discord.
{{</section>}}

{{<gallery>}}
{{<team-member image="Adib.jpeg" name="Adib">}}
{{<team-member image="Cong.jpeg" name="Cong">}}
{{<team-member image="Kenneth.png" name="Kenneth">}}
{{<team-member image="Elliot.png" name="Elliot">}}
{{</gallery>}}

{{<section title="Technologies">}}
For this project we used mainly the Unity Engine to develop the game.
Other programs that we used were Figma,Photoshop and Excel. Sometimes we had to use Blender as well.
Discord was used for communication.
{{<image src="Tech.png" alt="Profile screen" caption="Tech Stack">}}
{{</section>}}

{{<section title="Keymaps">}}
Keyboard:
1-6: select a specific biome tile.
Q-W-E: brush sizes (Q = small, W = medium, E = large).
ESC: pause menu.
Mouse:
LMB: place a tile.
Scroll wheel: camera zoom.
Mouse drag to screen border: move camera.
{{</section>}}






36 changes: 36 additions & 0 deletions content/ws23/master/m4-gamingforthefuture/process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
title = "Process"
weight = 1
+++

{{<section title="Initial Meetings">}}

Discussed the project with Rebecca and David to identify the core problem related to water scarcity in Brandenburg.
Received relevant documents from Rebecca for further understanding.
{{</section>}}

{{<section title="Communication and Iteration">}}
We engaged in back-and-forth communication with Rebecca and David to refine the project details every week.
{{</section>}}

{{<section title="Flow Charts">}}
Developed flow charts to map out the game. Then
we created initial prototypes and designs using Figma to visualize the project.
{{</section>}}

{{<section title="Programming">}}
We programmed mostly in Unity. Every week we had discussions with David and regular meetings with each other to discuss goals for the upcoming week. We pushed our code to Gitlab. Where we worked on different branches.
{{</section>}}
{{<section title="Issue Assignment">}}
Each team member selected a specific issue to work on based on their skills or preferences.
{{</section>}}
{{<section title="Testing">}}
We regularly tested the game with both Rebecca and David to gather feedback and used this feedback to make necessary adjustments and improvements.
In January, we conducted testing sessions with real users from NABU.
{{</section>}}