mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-18 02:48:58 +01:00
a09d283d1f
;-)
80 lines
3.1 KiB
Markdown
80 lines
3.1 KiB
Markdown
# 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 at the end.
|
|
Here you can find a list of all resulting projects.
|
|
Please note that some of these repositories lack English documentation.
|
|
|
|
<br />
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th width="22%">Name</th>
|
|
<th>Description</th>
|
|
<th width="30%">Authors</th>
|
|
</tr>
|
|
<thead>
|
|
<tbody>
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/BenediktSchumacher/Film-O-Mat">Film-O-Mat</a></td>
|
|
<td>Movie suggestions using data from IMDB</td>
|
|
<td>Fabian Gutendorf, Anna Sandor, Benedikt Schumacher, Arno Stiefvater</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/MMXVII">MMXVII</a></td>
|
|
<td>Virtual machine and assembler for Knuth's processor architecture MMIX</td>
|
|
<td>Janina Born, Barbara Butz, Karoline Plum, Tobias Stolzmann</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/NiklasPaulRothe/pir-Abschlussprojekt">Pokémon Battle Arena</a></td>
|
|
<td>Graphical application to experience fights from Pokémon games</td>
|
|
<td>Artur Kaul, Niklas Rothe, Matthias Thien, Luka Vukusic</td>
|
|
</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>
|
|
<td>Adrian Krimpenfort, Wilko Müller</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/Christopher22/rust-dtmf">rust-dtmf</a></td>
|
|
<td>Encoder and decoder for DTMF (≈ old telephone <i>beep</i> sounds)</td>
|
|
<td>Christopher Gundler, Carmen Meixner</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/lmeuser/rust-fortress">rust-fortress</a></td>
|
|
<td>A Dwarf Fortress like game</td>
|
|
<td>Nils Affing, Kristin Schmidt</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/ArielMant0/RustChess">RustChess</a></td>
|
|
<td>A 3D chess game using the Vulkan API</td>
|
|
<td>Franziska Becker, René Warnking</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><a href="https://github.com/vab9/pir-project2017">rustle-my-net</a></td>
|
|
<td>Experimental implementation of a basic neural network from scratch</td>
|
|
<td>Tom Schneider, Victor Brinkhege, Johann Arndt, Lukas Kalde </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|