-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Schütz
committed
Nov 24, 2017
1 parent
924880f
commit 097359a
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Robert Schütz <[email protected]> <[email protected]> | ||
Daniela Kilian <[email protected]> | ||
Stefan Müller <Stefan Müller <[email protected]> <2017ss_console_b@preston.(none)> | ||
Stefan Müller <Stefan Müller <[email protected]> <2017ss_console_b@rodney.(none)> | ||
Stefan Müller <Stefan Müller <[email protected]> <[email protected]> | ||
Benjamin Reh <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# About | ||
This is the result of an advanced practical at the [robotics lab Heidelberg](http://roboter.uni-hd.de), | ||
accomplished in the summer semester 2017. | ||
Its goal was the implementation of a game on a microcontroller-based game console. | ||
|
||
You can read more about it on the [website](http://joanna.iwr.uni-heidelberg.de/projects/2017SS_SPIELEKONSOLE_B/). | ||
Also take a look at our | ||
[presentation slides](http://joanna.iwr.uni-heidelberg.de/projects/2017SS_SPIELEKONSOLE_B/downloads/slides.pdf) | ||
(in German). | ||
|
||
# Setup | ||
If you are a [Nix](https://nixos.org/nix/) user, | ||
you can use the provided `shell.nix` to get an environment with | ||
every package you need to compile and upload the code to the console, | ||
to generate the C arrays for sprites and music and | ||
to compile the website using [Pelican](http://docs.getpelican.com/en/stable/). |