Skip to content

JamesPatrickGill/the-outdoors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-outdoors

This project is a game using the amethyst game engine for the OLC game jam, albeit unfinished I am using the project to get familiar with Rust and ECS.

Find below a very simple screenshot to see how far I have to go 😀:

How to run

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

cargo run

Windows and Linux users may explicitly choose "vulkan" to do so make sure you add the necessary features into the cargo.toml ( I excluded them from mine as VSCode was attempting to background build and failing when it couldn't find vulcan):

[features]
default = ["metal"]
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
vulkan = ["amethyst/vulkan"]

and use the command:

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

Controls

The game isn't really a game and at the moment the character sprite (which i spent way too much time on) can me made to move left or right. They also collide with the "door" to the right and cannot pass through.

About

A game built as a means to get familiar with ECS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages