Giter Club home page Giter Club logo

ld50-flameline's Introduction

Flameline

A small metroidvania with time travel, made for Ludum Dare #50 in 48 hours.

Written in C++ using a custom framework. Cross-compiled from Linux to Windows using quasi-msys2.

Grab the latest binaries at itch.io or at the releases page.

screenshot


Building

MSVC is not supported. On Windows you need MSYS2. To cross-compile from Linux prefer Quasi-MSYS2.

Make sure the source directory path doesn't contain spaces.

You need at least following: latest clang (tested on Clang 14; on Windows prefer the version from MSYS2 repos), GCC 11 (for libstdc++), lld, make, cmake, zip, unzip, tar, zstd, rsync, patchelf (on linux only), ldd/ntldd (for linux and windows respectively).

On Windows, install those from following MSYS2 packages: git make mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-imagemagick mingw-w64-x86_64-lld mingw-w64-x86_64-ntldd rsync tar unzip wget zip zstd.

On Windows, make sure you build from the MINGW64 MSYS2 shell, as indicated by the magenta text in the shell prompt.

On Linux you also need to install the dependencies of SDL2, listed somewhere in project.mk (or in SDL2 docs). On Windows we use prebuilt SDL2, so no dependencies are needed.

To build and run, simply do make. No -j... necessary.

If you get weird makefile errors, you might need to update make. Get source here, compile using ./configure && make && sudo make install.

If you get "permission denied" for /dev/pts/0, add MAKE_TERMOUT= to make flags.


Licensed under ZLIB LICENSE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.