27 lines
496 B
Markdown
27 lines
496 B
Markdown
# Dreamcast Cake
|
|
|
|
A rust demo I made for a friend's birthday.
|
|
|
|
## Controls
|
|
|
|
| button | action |
|
|
| - | - |
|
|
| A | remove one slice |
|
|
|
|
## Building
|
|
|
|
`just build`
|
|
|
|
flash `cake.cdi` to a CD-R or run it in a dreamcast emulator.
|
|
|
|
## Dependencies
|
|
|
|
`just`
|
|
|
|
[imagemagick](https://archlinux.org/packages/extra/x86_64/imagemagick/)
|
|
|
|
[rust-kos](https://dreamcast.rs/setup.html)
|
|
|
|
[cdi4dc](https://dreamcast.wiki/Cdi4dc)
|
|
|
|
[makeip](https://github.com/Dreamcast-Projects/makeip)
|