Autexousious Save

Main repository for Will -- 2.5D moddable action adventure game

Project README

Autexousious

CI

Will screenshot

Repository for the game Will, and supporting applications. These include:

  • Will: 2.5D moddable action / adventure game.
  • Session Server: Server to coordinate online play.

Development

The applications in this repository are built on the Amethyst game engine.

Setup

  1. Install Rust.

  2. Install system dependencies.

  3. Clone this repository and the asset repository.

    git clone [email protected]:azriel91/autexousious.git
    cd autexousious
    mkdir assets
    git clone [email protected]:azriel91/will_assets.git assets/default
    

Ongoing

  • Running applications:

    # Will
    cargo run --bin will --release
    cargo run --bin will --release -- --session_server_address 127.0.0.1
    
    # Session server
    cargo run --bin session_server --release -- --address 127.0.0.1
    
  • Running tests:

    # quieten output
    export AMETHYST_LOG_LEVEL_FILTER=WARN
    
    cargo test --workspace --tests -- --no-capture
    

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Open Source Agenda is not affiliated with "Autexousious" Project. README Source: azriel91/autexousious
Stars
44
Open Issues
27
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating