mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-17 18:48:56 +01:00
Fix rendering of projects.md
I'm blaming GitHub for this one. Rewrite the HTML table in GitHub Markdown to fix the broken rendering and get an actual table instead of an HTML block.
This commit is contained in:
parent
a62091e335
commit
05507c65b4
84
projects.md
84
projects.md
@ -5,75 +5,15 @@ 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.
|
||||
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>
|
||||
Name | Description | Authors
|
||||
-----|-------------|--------
|
||||
[battleship](https://github.com/SvantjeJung/battleship) | Implementation of the game “battleship” (currently TUI only) | Tim Bohne, Svantje Jung, Famke Lamberti
|
||||
[Chicken Fight 3000 Ultimate Tournament](https://github.com/AndreasSchroeder/rust_game_project) | Action-adventure game about saving the world from evil chicken | Fabian Laumeyer, Eduard Rempel, Andreas Schröder, Nguyen Gia Bao Tran
|
||||
[Film-O-Mat](https://github.com/BenediktSchumacher/Film-O-Mat) | Movie suggestions using data from IMDB | Fabian Gutendorf, Anna Sandor, Benedikt Schumacher, Arno Stiefvater
|
||||
[MMXVII](https://github.com/MMXVII) | Virtual machine and assembler for Knuth's processor architecture MMIX | Janina Born, Barbara Butz, Karoline Plum, Tobias Stolzmann
|
||||
[Pokémon Battle Arena](https://github.com/NiklasPaulRothe/pir-Abschlussprojekt) | Graphical application to experience fights from Pokémon games | Artur Kaul, Niklas Rothe, Matthias Thien, Luka Vukusic
|
||||
[radiostation-analyser](https://github.com/akrimpenfort/pir-radiostation-analyser) | Collect and analyze data about played songs from local radio stations | Adrian Krimpenfort, Wilko Müller
|
||||
[rust-dtmf](https://github.com/Christopher22/rust-dtmf) | Encoder and decoder for DTMF (≈ old telephone *beep* sounds) | Christopher Gundler, Carmen Meixner
|
||||
[rust-fortress](https://github.com/lmeuser/rust-fortress) | A Dwarf Fortress like game | Nils Affing, Kristin Schmidt
|
||||
[RustChess](https://github.com/ArielMant0/RustChess) | A 3D chess game using the Vulkan API | Franziska Becker, René Warnking
|
||||
[rustle-my-net](https://github.com/vab9/pir-project2017) | Experimental implementation of a basic neural network from scratch | Tom Schneider, Victor Brinkhege, Johann Arndt, Lukas Kalde
|
||||
|
Loading…
Reference in New Issue
Block a user