Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
/ unwinnable Public archive

My attempt at using Amethyst for a casual school project

Notifications You must be signed in to change notification settings

yakuri354/unwinnable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unwinnable

How to run

To run the game, run the following command, which defaults to the vulkan graphics backend:

cargo run

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

cargo run --no-default-features --features "vulkan"

Mac OS X users may explicitly choose "metal" with the following command:

cargo run --no-default-features --features "metal"

About

My attempt at using Amethyst for a casual school project

Topics

Resources

Stars

Watchers

Forks

Languages