All Projects → azriel91 → Autexousious

azriel91 / Autexousious

Licence: other
Main repository for Will -- 2.5D moddable action adventure game

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Autexousious

Cr
cr.h: A Simple C Hot Reload Header-only Library
Stars: ✭ 845 (+2247.22%)
Mutual labels:  gamedev
Space rocks
Asteroids-like game made with Godot Engine 3.0.
Stars: ✭ 20 (-44.44%)
Mutual labels:  gamedev
Katsudo
Katsudö is an animation library for LÖVE
Stars: ✭ 32 (-11.11%)
Mutual labels:  gamedev
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+2275%)
Mutual labels:  gamedev
Blit
👾 Blitting library for 2D sprites
Stars: ✭ 15 (-58.33%)
Mutual labels:  gamedev
Imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Stars: ✭ 33,574 (+93161.11%)
Mutual labels:  gamedev
Html5gametutorial
HTML5 game tutorial made for HTML.IT
Stars: ✭ 7 (-80.56%)
Mutual labels:  gamedev
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+22161.11%)
Mutual labels:  gamedev
Session Seven
Free oldschool point & click graphic adventure game
Stars: ✭ 20 (-44.44%)
Mutual labels:  gamedev
Enkits
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
Stars: ✭ 962 (+2572.22%)
Mutual labels:  gamedev
Amethyst
Data-oriented and data-driven game engine written in Rust
Stars: ✭ 7,682 (+21238.89%)
Mutual labels:  gamedev
Bingehack4
A replacement for bingehack. For information about in-game features and changes:
Stars: ✭ 14 (-61.11%)
Mutual labels:  gamedev
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Stars: ✭ 30,918 (+85783.33%)
Mutual labels:  gamedev
Sadconsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
Stars: ✭ 853 (+2269.44%)
Mutual labels:  gamedev
Mdframework
A multiplayer C# game framework for Godot 3.2 Mono.
Stars: ✭ 34 (-5.56%)
Mutual labels:  gamedev
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (+2158.33%)
Mutual labels:  gamedev
Yeti
⛄️ A general-purpose data-driven game engine with tools. Attribution based licensing.
Stars: ✭ 21 (-41.67%)
Mutual labels:  gamedev
Anette
Simple haxe network library
Stars: ✭ 35 (-2.78%)
Mutual labels:  gamedev
Hinterland
2D top-down shooter game
Stars: ✭ 34 (-5.56%)
Mutual labels:  gamedev
Raylib Ocaml
OCaml bindings for raylib
Stars: ✭ 31 (-13.89%)
Mutual labels:  gamedev

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].