Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

ewpratten/ludum-dare-50

Repository files navigation

Ludum Dare 50: Melting Point

Build Full Release

Navigating this repository

  • /game: The game resource directory
    • /game/desktop_wrapper: A desktop launcher for the game
    • /game/game_logic: The game code
    • /game/dist: The assets for the game (these are packaged with the final executable)
  • /assets: Various asset files sorted by user (these are not packaged with the game)
  • /docs: Documentation for the game
  • /automation: Tools to make our lives easier. Written in various languages
  • /third_party: Custom forks of third party libraries

Cloning

IMPORTANT: This project makes use of recursive submodules. Make sure to pull them via GitKracken, or with the following command:

git submodule update --init --recursive

Your builds will fail unless this is done

Development notes

When working on the settings and savestate file code, there is a chance you will corrupt your save files. If this happens, launch the game with the following command to fix them:

cargo run -- --force-recreate-savefiles

About

A game build over a weekend for Ludum Dare 50

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published