Crates.io | skeleton-mans-amateur-skater |
lib.rs | skeleton-mans-amateur-skater |
version | 0.0.8 |
source | src |
created_at | 2019-04-23 21:24:24.479403 |
updated_at | 2019-04-26 02:58:47.250474 |
description | Skeleton Man's Amateur Skater |
homepage | |
repository | https://github.com/ctsrc/SMAS |
max_upload_size | |
id | 129737 |
size | 796,860 |
Entry for Ludum Dare Jam 44. April 26th-29th 2019.
Idea: It's a platformer like Super Mario, except featuring a skateboarding skeleton. It's like what Super Mario would be if it was made by the Tony Hawk's Pro Skater team. Probably. Pull off some gnarly tricks to earn as many points as possible.
I started work on the graphics assets ahead of time and as such, I will be opting out of the graphics voting category.
sudo apt update
sudo apt install libasound2 libssl1.1 libx11-xcb1 libfreetype6
sudo dpkg -i skeleton-mans-amateur-skater_*.deb
skeleton-mans-amateur-skater
Rust + Amethyst
First, install the Rust 1.34.0 toolchain. Do so using https://rustup.rs/.
Next, follow the instructions below.
sudo apt install libasound2-dev libx11-xcb-dev libssl-dev libfreetype6-dev
sudo apt install libasound2-dev libx11-xcb-dev libssl-dev libfreetype6-dev \
python3 libexpat1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
(Regular Debian 9 install might include some of these already. This list applies with a Docker image I am using.)
cargo build --release
.deb
packagecargo install cargo-deb
cargo deb
See https://github.com/mmstick/cargo-deb for details about cargo-deb.