added a readme
This commit is contained in:
parent
7dea695240
commit
c644d281f2
1 changed files with 23 additions and 0 deletions
23
readme.md
Normal file
23
readme.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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