Skeleton Man's Amateur Skater Crates.io

View on Indie DB

Entry for Ludum Dare Jam 44. April 26th-29th 2019.

Theme: Change the genre of a classic video game

Idea: It's Super Mario, except featuring a skateboarding skeleton. 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, unless I create new assets from scratch after the jam begins I will be opting out of the graphics voting category.

Theme voting: https://ldjam.com/events/ludum-dare/44/theme

Installation

Debian and Debian derivatives (including Ubuntu, KDE Neon, etc.)

Download skeleton-mans-amateur-skater_0.0.4_amd64.deb.

sh sudo dpkg -i skeleton-mans-amateur-skater_0.0.4_amd64.deb

What if another theme is chosen?

See How to combine with other themes.

Checklist

Before

During

After

Execution

Implementation

Rust + Amethyst

Building from source

Debian and Debian derivatives (including Ubuntu, KDE Neon, etc.)

sh sudo apt install libasound2-dev libx11-xcb-dev libssl-dev libfreetype6-dev

sh cargo build --release

Binary .deb package

sh cargo install cargo-deb

sh cargo deb

See https://github.com/mmstick/cargo-deb for details about cargo-deb.