From c5c140810ba300262133c765b17d7b168ae60fae Mon Sep 17 00:00:00 2001 From: Andy Killorin <37423245+Speedy6451@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:23:49 -0500 Subject: [PATCH] added a readme --- readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e38dd47 --- /dev/null +++ b/readme.md @@ -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)