added a readme
This commit is contained in:
parent
7dea695240
commit
c5c140810b
1 changed files with 27 additions and 0 deletions
27
readme.md
Normal file
27
readme.md
Normal 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)
|
Loading…
Reference in a new issue