mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-18 02:48:58 +01:00
Sort names and add two additional projects
This commit is contained in:
parent
d7dcb5c770
commit
9b3252bab8
45
projects.md
45
projects.md
@ -5,6 +5,7 @@ They had to work on the project for roughly five days and present it to everyone
|
|||||||
Here you can find a list of all resulting projects.
|
Here you can find a list of all resulting projects.
|
||||||
Please note that some of those repositories lack English documentation.
|
Please note that some of those repositories lack English documentation.
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -15,56 +16,40 @@ Please note that some of those repositories lack English documentation.
|
|||||||
</tr>
|
</tr>
|
||||||
<thead>
|
<thead>
|
||||||
<tbody>
|
<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>
|
<tr>
|
||||||
<td><a href="https://github.com/BenediktSchumacher/Film-O-Mat">Film-O-Mat</a></td>
|
<td><a href="https://github.com/BenediktSchumacher/Film-O-Mat">Film-O-Mat</a></td>
|
||||||
<td>Movie suggestions using data from IMDB</td>
|
<td>Movie suggestions using data from IMDB</td>
|
||||||
<td>
|
<td>Fabian Gutendorf, Anna Sandor, Benedikt Schumacher, Arno Stiefvater</td>
|
||||||
<ul>
|
|
||||||
<li>Anna Sandor</li>
|
|
||||||
<li>Arno Stiefvater</li>
|
|
||||||
<li>Fabian Gutendorf</li>
|
|
||||||
<li>Benedikt Schumacher</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/MMXVII">MMXVII</a></td>
|
<td><a href="https://github.com/MMXVII">MMXVII</a></td>
|
||||||
<td>Virtual machine and assembler for Knuth's processor architecture MMIX</td>
|
<td>Virtual machine and assembler for Knuth's processor architecture MMIX</td>
|
||||||
<td>
|
<td>Janina Born, Babara Butz, Karoline Plum, Tobias Stolzmann</td>
|
||||||
<ul>
|
|
||||||
<li>Janina Born</li>
|
|
||||||
<li>Babara Butz</li>
|
|
||||||
<li>Karoline Plum</li>
|
|
||||||
<li>Tobias Stolzmann</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/NiklasPaulRothe/pir-Abschlussprojekt">Pokemon Battle Arena</a></td>
|
<td><a href="https://github.com/NiklasPaulRothe/pir-Abschlussprojekt">Pokemon Battle Arena</a></td>
|
||||||
<td>Graphical application to experience fights from Pokemon games</td>
|
<td>Graphical application to experience fights from Pokemon games</td>
|
||||||
<td>
|
<td>Artur Kaul, Niklas Rothe, Matthias Thien, Luka Vukusic</td>
|
||||||
<ul>
|
|
||||||
<li>Matthias Thien</li>
|
|
||||||
<li>Luka Vukusic</li>
|
|
||||||
<li>Artur Kaul</li>
|
|
||||||
<li>Niklas Rothe</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="https://github.com/akrimpenfort/pir-radiostation-analyser">radiostation-analyser</a></td>
|
<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>Collect and analyze data about played songs from local radio stations</td>
|
||||||
<td>
|
<td>Adrian Krimpenfort, Wilko Müller</td>
|
||||||
<ul>
|
|
||||||
<li>Adrian Krimpenfort</li>
|
|
||||||
<li>Wilko Müller</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user