33 lines
785 B
Markdown
33 lines
785 B
Markdown
# Dreamcast Cake
|
|
|
|
A rust demo I made for a friend's birthday.
|
|
|
|

|
|
|
|
## Controls
|
|
|
|
| button | action |
|
|
| - | - |
|
|
| A | remove one slice |
|
|
|
|
## Running
|
|
|
|
Download `cake.cdi` from [the latest release](https://git.ank.dev/ank/dccake/releases/latest) and run it on a [dreamcast emulator](https://github.com/flyinghead/flycast) or burn a CD for use on a Sega Dreamcast.
|
|
|
|
## 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)
|