2017-02-18 18:08:35 +01:00
|
|
|
# Final Projects
|
|
|
|
|
|
|
|
In order to successfully complete this course, small teams of students had to work on a small final project.
|
|
|
|
They had to work on the project for roughly five days and present it to everyone else in the end.
|
|
|
|
Here you can find a list of all resulting projects.
|
|
|
|
Please note that some of those repositories lack English documentation.
|
|
|
|
|
2017-02-18 18:24:51 +01:00
|
|
|
<br />
|
2017-02-18 18:08:35 +01:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Name</th>
|
|
|
|
<th>Description</th>
|
|
|
|
<th width="30%">Authors</th>
|
|
|
|
</tr>
|
|
|
|
<thead>
|
|
|
|
<tbody>
|
2017-02-18 18:24:51 +01:00
|
|
|
<tr>
|
|
|
|
<td><a href="https://github.com/SvantjeJung/battleship">battleship</a></td>
|
|
|
|
<td>Implementation of the game “battleship” (currently TUI only)</td>
|
|
|
|
<td>Tim Bohne, Svantje Jung, Famke Lamberti</td>
|
|
|
|
</tr>
|
2017-02-18 18:08:35 +01:00
|
|
|
|
2017-02-18 18:24:51 +01:00
|
|
|
<tr>
|
|
|
|
<td><a href="https://github.com/AndreasSchroeder/rust_game_project">Chicken Fight 3000 Ultimate Tournament</a></td>
|
|
|
|
<td>Action-adventure game about saving the world from evil chicken</td>
|
|
|
|
<td>Fabian Laumeyer, Eduard Rempel, Andreas Schröder, Nguyen Gia Bao Tran</td>
|
|
|
|
</tr>
|
2017-02-18 18:08:35 +01:00
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td><a href="https://github.com/BenediktSchumacher/Film-O-Mat">Film-O-Mat</a></td>
|
|
|
|
<td>Movie suggestions using data from IMDB</td>
|
2017-02-18 18:24:51 +01:00
|
|
|
<td>Fabian Gutendorf, Anna Sandor, Benedikt Schumacher, Arno Stiefvater</td>
|
2017-02-18 18:08:35 +01:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td><a href="https://github.com/MMXVII">MMXVII</a></td>
|
|
|
|
<td>Virtual machine and assembler for Knuth's processor architecture MMIX</td>
|
2017-02-18 18:24:51 +01:00
|
|
|
<td>Janina Born, Babara Butz, Karoline Plum, Tobias Stolzmann</td>
|
2017-02-18 18:08:35 +01:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td><a href="https://github.com/NiklasPaulRothe/pir-Abschlussprojekt">Pokemon Battle Arena</a></td>
|
|
|
|
<td>Graphical application to experience fights from Pokemon games</td>
|
2017-02-18 18:24:51 +01:00
|
|
|
<td>Artur Kaul, Niklas Rothe, Matthias Thien, Luka Vukusic</td>
|
2017-02-18 18:08:35 +01:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td><a href="https://github.com/akrimpenfort/pir-radiostation-analyser">radiostation-analyser</a></td>
|
|
|
|
<td>Collect and analyze data about played songs from local radio stations</td>
|
2017-02-18 18:24:51 +01:00
|
|
|
<td>Adrian Krimpenfort, Wilko Müller</td>
|
2017-02-18 18:08:35 +01:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[radio]: https://github.com/akrimpenfort/pir-radiostation-analyser
|