/starlight-1961

Starlight 1961 is a landing game made for the Github game off 2020, with the library amethyst.rs

Primary LanguageRust

Welcome, to Starlight 1961 !

In his speech in september 1962, JFK told

"Within these last 19 months at least 45 satellites have circled the earth"

You take place in the space ship named "Starlight 1961", that delivers things and stuff to some of these satellites. Will you be able to land on each one of them ?

Have fun !

Contributing

Contributions are welcome.

How to build

Linux users may install some dependencies so as to compile the project

sudo apt install libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev

MacOs users have to install xcode.

To build the project, Windows and Linux users has to explicitly choose "vulkan" with the following command:

cargo build --features "vulkan"

MacOs users may explicitly choose "metal" with the following command:

cargo build --features "vulkan"

How to run

Windows and Linux users has to explicitly choose "vulkan" with the following command:

cargo run --features "vulkan"

MacOs users may explicitly choose "metal" with the following command:

cargo run --features "metal"

Credits