Team, Assignment, Vision Slides

This commit is contained in:
Nimac0 2025-01-13 23:50:19 +01:00
parent 1d7f54494a
commit 3be7a1c646
3 changed files with 53 additions and 5 deletions

8
.idea/indexLayout.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

22
.idea/workspace.xml generated Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="de46268a-e6bc-40fb-8e08-e344f75d4f35" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"node.js.selected.package.tslint": "(autodetect)"
}
}]]></component>
<component name="TaskManager">
<servers />
</component>
<component name="UnityProjectConfiguration" hasMinimizedUI="false" />
</project>

View File

@ -30,16 +30,34 @@
\subsection{The team}
\begin{frame}{Who are we?}
Hello, this us
We had help - 3 other students with similar experience
\begin{itemize}
\item Group of 5 people
\item At the start of the project we had about 1 Semester of C++ Programming under our belt
\item All shared a common interest in C++ Programming + a curiosity for game development
\end{itemize}
\end{frame}
\subsection{The project}
\begin{frame}{The assigment}
UAS Technikum Project
\begin{itemize}
\item "Development of a fantasy game console" (similar to Pico8)
\item For simple Arcade like games (think Pong/Space Invaders)
\item Goal was to teach how to manage and program within a larger project
\end{itemize}
\end{frame}
\begin{frame}{Our interpretation and goals}
A cool engine
\begin{itemize}
\item Started out with a Minigame
\item Realized we can split it into "Engine" and "Game Specific" Content
\end{itemize}
\Rightarrow We could then build on what we have while simultaneously having an implementation using the engine
Smart right :D ?...
\end{frame}
\begin{frame}
What awaited us was about the equivalent of trying to neatly sort single spaghetti strands next to each other after
it has previously been generously mixed with some *juicy* pasta sauce.
In other words, quite a messy endeavor...
\end{frame}
\begin{frame}{Roadmap}
3st Semester - learning SDL