Minor improvements
This commit is contained in:
parent
87bcd39cf1
commit
f9eb278c33
13
slides.tex
13
slides.tex
@ -13,6 +13,7 @@
|
|||||||
%\usepackage{xcolor}
|
%\usepackage{xcolor}
|
||||||
%\definecolor{codecolor}{HTML}{FFC300}
|
%\definecolor{codecolor}{HTML}{FFC300}
|
||||||
|
|
||||||
|
\usepackage[super]{nth}
|
||||||
\usepackage{csquotes}
|
\usepackage{csquotes}
|
||||||
|
|
||||||
\title{VEGO-Engine}
|
\title{VEGO-Engine}
|
||||||
@ -41,7 +42,7 @@
|
|||||||
\subsection{The project}
|
\subsection{The project}
|
||||||
\begin{frame}{The assigment}
|
\begin{frame}{The assigment}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item "Development of a fantasy game console" (similar to Pico8)
|
\item \enquote{Development of a fantasy game console} (similar to Pico8)
|
||||||
\item For simple Arcade like games (think Pong/Space Invaders)
|
\item For simple Arcade like games (think Pong/Space Invaders)
|
||||||
\item Goal was to teach how to manage and program within a larger project
|
\item Goal was to teach how to manage and program within a larger project
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
@ -49,22 +50,22 @@
|
|||||||
\begin{frame}{Our interpretation and goals}
|
\begin{frame}{Our interpretation and goals}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Started out with a Minigame
|
\item Started out with a Minigame
|
||||||
\item Realized we can split it into "Engine" and "Game Specific" Content
|
\item Realized we can split it into \enquote{Engine} and \enquote{Game Specific} Content
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\Rightarrow We could then build on what we have while simultaneously having an implementation using the engine
|
\Rightarrow We could then build on what we have while simultaneously having an implementation using the engine
|
||||||
|
|
||||||
Smart right :D ?...
|
Smart right :D ?\dots
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
What awaited us was about the equivalent of trying to neatly sort single spaghetti strands next to each other after
|
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.
|
it has previously been generously mixed with some *juicy* pasta sauce.
|
||||||
|
|
||||||
In other words, quite a messy endeavor...
|
In other words, quite a messy endeavor\dots
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\begin{frame}{Roadmap}
|
\begin{frame}{Roadmap}
|
||||||
3st Semester - learning SDL
|
\nth{3} Semester - learning SDL
|
||||||
|
|
||||||
4th/5th Semester - making the engine
|
\nth{4} and \nth{5} Semester - making the engine
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\section{Learnings}
|
\section{Learnings}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user