GithubHelp home page GithubHelp logo

tversteeg / ld46 Goto Github PK

View Code? Open in Web Editor NEW
15.0 4.0 2.0 19.64 MB

:rocket: Fermi Paradox - ludum dare 46 compo entry

Home Page: https://tversteeg.nl/ld46

License: GNU Affero General Public License v3.0

HTML 1.42% Rust 98.58%
rust ld46 ludum-dare ludum-dare-46 game procedural-generation

ld46's Introduction

How come we don’t see any life from other planets? What does an intergalactic society need to do to survive?

CI

Play

Play it directly in your browser here!

Or download the executable file from the Releases tab and execute it.

You might have to change the permissions on Linux with chmod u+x ld46-*

How to play

Use the mouse to project your home planet from the alien invasion.

Build

You will need an up-to-date Rust setup.

Linux Dependencies

To build it on linux you will need the X11, OpenGL & Alsa development libraries:

sudo apt install libasound2-dev libx11-dev libxi-dev libgl1-mesa-dev

Run

Native

You just need to run the following to compile & run the game after you've installed the dependencies:

cargo run --release

WASM

Add the wasm32 target to Rust, build it with that target & copy it to the root:

rustup target add wasm32-unknown-unknown
cargo build --release --target wasm32-unknown-unknown
cp target/wasm32-unknown-unknown/release/ld46.wasm .

Now we have to host the website:

cargo install basic-http-server
basic-http-server .

ld46's People

Contributors

renovate[bot] avatar tversteeg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

isgasho

ld46's Issues

Consider renaming crate

cargo install ld46

is cool, but I think it would be better if the crate's name contains "Fermi Paradox".
Maybe ld46-fermi-paradox?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

cargo
Cargo.toml
  • anyhow 1.0.82
  • derive_deref 1.1.1
  • direct-gui 0.1.26
  • fastblur 0.1.1
  • miniquad 0.3.16
  • quad-rand 0.2.1
  • specs-blit 0.5.1
  • sprite-gen 0.2.0
  • vek 0.17.0
github-actions
.github/workflows/rust.yml
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions-rs/toolchain v1
  • actions-rs/cargo v1
  • actions-rs/cargo v1
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions-rs/toolchain v1
  • actions-rs/cargo v1
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions-rs/toolchain v1
  • actions-rs/cargo v1
  • actions/upload-artifact v4
  • actions/checkout v4@a5ac7e51b41094c92402da3b24376905380afc29
  • actions/download-artifact v4
  • actions/download-artifact v4
  • actions/download-artifact v4
  • softprops/action-gh-release v2

  • Check this box to trigger a request for Renovate to run again on this repository

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.