added a readme

This commit is contained in:
Andy Killorin 2025-01-03 20:23:49 -05:00
parent 7dea695240
commit c5c140810b
Signed by: ank
GPG key ID: 23F9463ECB67FE8C

27
readme.md Normal file
View file

@ -0,0 +1,27 @@
# 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)