README.md: small cleanups
This commit is contained in:
parent
fb7129d2eb
commit
9ce462af85
34
README.md
34
README.md
|
@ -10,34 +10,30 @@ kit. Other supported platforms are the
|
||||||
projector from [Hackerspace FFM](http://www.hackerspace-ffm.de) or the
|
projector from [Hackerspace FFM](http://www.hackerspace-ffm.de) or the
|
||||||
[ELO Ping-Pong Board](http://www.elo-web.de/elo/mikrocontroller-und-programmierung/ping-pong/das-franzis-pingpong).
|
[ELO Ping-Pong Board](http://www.elo-web.de/elo/mikrocontroller-und-programmierung/ping-pong/das-franzis-pingpong).
|
||||||
|
|
||||||
![Small Borg16](/doc/img/Borg16-small.jpg)
|
![Small Borg16](/doc/img/Borg16-small.jpg)
|
||||||
![Glow Lamp Borg](/doc/img/Borg16-bulb.jpg)
|
![Glow Lamp Borg](/doc/img/Glow_Lamp_Borg.jpg)
|
||||||
|
|
||||||
Animations
|
Animations
|
||||||
----------
|
----------
|
||||||
|
|
||||||
![Matrix](/doc/img/anim-matrix.png)
|
![Matrix](/doc/img/anim-matrix.png)
|
||||||
![Fire](/doc/img/anim-feuer.jpg)
|
![Fire](/doc/img/anim-feuer.png)
|
||||||
![Scrolling Text](/doc/img/anim-scroll.jpg)
|
![Scrolling Text](/doc/img/anim-scroll.png)
|
||||||
|
|
||||||
|
|
||||||
Games
|
Games
|
||||||
-----
|
-----
|
||||||
|
|
||||||
![Snake](/doc/img/game-snake.png)
|
![Snake](/doc/img/game-snake.png)
|
||||||
![Tetris](/doc/img/game-tetris.jpg)
|
![Tetris](/doc/img/game-tetris.png)
|
||||||
|
|
||||||
### Tetris
|
|
||||||
|
|
||||||
|
* Tetris
|
||||||
* Classic: Standard Tetris Clone
|
* Classic: Standard Tetris Clone
|
||||||
* First Person Tetris: Rotate the bucket instead of the Tetromino.
|
* First Person Tetris: Rotate the bucket instead of the Tetromino.
|
||||||
* Bastet: Dices the worst the possible Tetromino the whole time.
|
* Bastet: Dices the worst the possible Tetromino the whole time.
|
||||||
|
* Snake
|
||||||
### Snake
|
* Pong
|
||||||
|
* Space Invaders
|
||||||
### Pong
|
|
||||||
|
|
||||||
### Space Invaders
|
|
||||||
|
|
||||||
|
|
||||||
Build
|
Build
|
||||||
|
@ -68,10 +64,10 @@ Dependencies Windows
|
||||||
|
|
||||||
* [WinAVR](http://winavr.sourceforge.net) (includes avr-gcc and avrdude)
|
* [WinAVR](http://winavr.sourceforge.net) (includes avr-gcc and avrdude)
|
||||||
* [Cygwin(64)](http://www.cygwin.com/)
|
* [Cygwin(64)](http://www.cygwin.com/)
|
||||||
..* make
|
* make
|
||||||
..* gcc-core
|
* gcc-core
|
||||||
..* libncurses-devel (Cygwin)
|
* libncurses-devel (Cygwin)
|
||||||
..* libwcurses-devel (Cygwin64)
|
* libwcurses-devel (Cygwin64)
|
||||||
* [libusb-win32](http://sourceforge.net/apps/trac/libusb-win32/wiki) if you
|
* [libusb-win32](http://sourceforge.net/apps/trac/libusb-win32/wiki) if you
|
||||||
want to use your USBasp programmer device with avrdude on Windows
|
want to use your USBasp programmer device with avrdude on Windows
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue