programmieren-in-rust/projects.md
2017-02-18 18:08:35 +01:00

2.0 KiB

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.

<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>
    <ul>
      <li>Anna Sandor</li>
      <li>Arno Stiefvater</li>
      <li>Fabian Gutendorf</li>
      <li>Benedikt Schumacher</li>
    </ul>
  </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>
    <ul>
      <li>Janina Born</li>
      <li>Babara Butz</li>
      <li>Karoline Plum</li>
      <li>Tobias Stolzmann</li>
    </ul>
  </td>
</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>
  <td>
    <ul>
      <li>Matthias Thien</li>
      <li>Luka Vukusic</li>
      <li>Artur Kaul</li>
      <li>Niklas Rothe</li>
    </ul>
  </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>
    <ul>
      <li>Adrian Krimpenfort</li>
      <li>Wilko Müller</li>
    </ul>
  </td>
</tr>
Name Description Authors