From d7dcb5c7704fcf817a350575ae25c9910f22b160 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 18 Feb 2017 18:08:35 +0100 Subject: [PATCH 1/6] First version of the final project list --- projects.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 projects.md diff --git a/projects.md b/projects.md new file mode 100644 index 0000000..556ed38 --- /dev/null +++ b/projects.md @@ -0,0 +1,75 @@ +# 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. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionAuthors
Film-O-MatMovie suggestions using data from IMDB +
    +
  • Anna Sandor
  • +
  • Arno Stiefvater
  • +
  • Fabian Gutendorf
  • +
  • Benedikt Schumacher
  • +
+
MMXVIIVirtual machine and assembler for Knuth's processor architecture MMIX +
    +
  • Janina Born
  • +
  • Babara Butz
  • +
  • Karoline Plum
  • +
  • Tobias Stolzmann
  • +
+
Pokemon Battle ArenaGraphical application to experience fights from Pokemon games +
    +
  • Matthias Thien
  • +
  • Luka Vukusic
  • +
  • Artur Kaul
  • +
  • Niklas Rothe
  • +
+
radiostation-analyserCollect and analyze data about played songs from local radio stations +
    +
  • Adrian Krimpenfort
  • +
  • Wilko Müller
  • +
+
+ + + + +[radio]: https://github.com/akrimpenfort/pir-radiostation-analyser From 9b3252bab8942c63616c987e37b43c5d7797151c Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 18 Feb 2017 18:24:51 +0100 Subject: [PATCH 2/6] Sort names and add two additional projects --- projects.md | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/projects.md b/projects.md index 556ed38..79a1d29 100644 --- a/projects.md +++ b/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. Please note that some of those repositories lack English documentation. +
@@ -15,56 +16,40 @@ Please note that some of those repositories lack English documentation. + + + + + + + + + + - + - + - + - +
battleshipImplementation of the game “battleship” (currently TUI only)Tim Bohne, Svantje Jung, Famke Lamberti
Chicken Fight 3000 Ultimate TournamentAction-adventure game about saving the world from evil chickenFabian Laumeyer, Eduard Rempel, Andreas Schröder, Nguyen Gia Bao Tran
Film-O-Mat Movie suggestions using data from IMDB -
    -
  • Anna Sandor
  • -
  • Arno Stiefvater
  • -
  • Fabian Gutendorf
  • -
  • Benedikt Schumacher
  • -
-
Fabian Gutendorf, Anna Sandor, Benedikt Schumacher, Arno Stiefvater
MMXVII Virtual machine and assembler for Knuth's processor architecture MMIX -
    -
  • Janina Born
  • -
  • Babara Butz
  • -
  • Karoline Plum
  • -
  • Tobias Stolzmann
  • -
-
Janina Born, Babara Butz, Karoline Plum, Tobias Stolzmann
Pokemon Battle Arena Graphical application to experience fights from Pokemon games -
    -
  • Matthias Thien
  • -
  • Luka Vukusic
  • -
  • Artur Kaul
  • -
  • Niklas Rothe
  • -
-
Artur Kaul, Niklas Rothe, Matthias Thien, Luka Vukusic
radiostation-analyser Collect and analyze data about played songs from local radio stations -
    -
  • Adrian Krimpenfort
  • -
  • Wilko Müller
  • -
-
Adrian Krimpenfort, Wilko Müller
From 9a52e64a4056dd36085f3a211a7cc2f3f7ea5aac Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 18 Feb 2017 18:37:40 +0100 Subject: [PATCH 3/6] Add remaining projects --- projects.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/projects.md b/projects.md index 79a1d29..a024b0d 100644 --- a/projects.md +++ b/projects.md @@ -50,11 +50,24 @@ Please note that some of those repositories lack English documentation. radiostation-analyser Collect and analyze data about played songs from local radio stations Adrian Krimpenfort, Wilko Müller + + + + rust-dtmf + Encoder and decoder for DTMF (≈ old telephone beep sounds) + Christopher Gundler, Carmen Meixner + + + + RustChess + A 3D chess game using the Vulkan API + Franziska Becker, René Warnking + + + + rustle-my-net + Experimental implementation of a basic neural network from scratch + Tom Schneider, Victor Brinkhege, Johann Arndt, Lukas Kalde - - - - -[radio]: https://github.com/akrimpenfort/pir-radiostation-analyser From 31761e7471a4342726f4ee2c28776c8e754ceecd Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 18 Feb 2017 18:56:28 +0100 Subject: [PATCH 4/6] Fix spelling of Pokemon ;-) --- projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects.md b/projects.md index a024b0d..f9b34a3 100644 --- a/projects.md +++ b/projects.md @@ -41,8 +41,8 @@ Please note that some of those repositories lack English documentation. - Pokemon Battle Arena - Graphical application to experience fights from Pokemon games + Pokémon Battle Arena + Graphical application to experience fights from Pokémon games Artur Kaul, Niklas Rothe, Matthias Thien, Luka Vukusic From 12a0f80020b8b5773708325a9aa3013b8fdf6236 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 18 Feb 2017 18:59:17 +0100 Subject: [PATCH 5/6] Add link to project page --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3469015..cb24b96 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Deutsche Vorlesung über Rust an der Universität Osnabrück, Wintersemester 2016/17. In diesem Repository werden Slides und andere Materialien zur Vorlesung gesammelt. +## Abschlussprojekte + +Eine Liste aller Abschlussprojekte befindet sich [hier (Englisch)](https://github.com/LukasKalbertodt/programmieren-in-rust/blob/master/projects.md). + ## Vorlesungsaufzeichnungen Die Aufzeichnungen gibt es oft in zwei Versionen: From b21d8a07fdc3cbf377bf7d766ccd3a3eb60d1806 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Sat, 18 Feb 2017 20:05:00 +0100 Subject: [PATCH 6/6] Minor language and style fixes --- projects.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects.md b/projects.md index f9b34a3..9c2a6aa 100644 --- a/projects.md +++ b/projects.md @@ -1,16 +1,16 @@ # 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. +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 those repositories lack English documentation. +Please note that some of these repositories lack English documentation.
- +
NameName Description Authors