This repository has been archived on 2021-10-11 . You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-49
Directory Structure
game
: Contains the game code and assetssrc
: Rust codelib.rs
: The game's main file
assets
: Any files to be embedded directly into the final game executable (managed bygame::utilities::datastore::StaticGameData
using therust-embed
library)Cargo.toml
: The game's dependencies
wrapper
: This is just a small hack to improve the compile times of the game. Don't mess with anything in here
Description
[data::loss]: A game build over a weekend for Ludum Dare 49, written in Rust, made with raylib.
Languages
Rust
98.1%
GLSL
1.7%
Dockerfile
0.2%