Arc676 / rsAmazons

Game of the Amazons for desktop, written in Rust

Home Page:https://arc676.github.io/projects/amazons.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of the Amazons

A graphical frontend to the Amazons library using egui written in Rust.

Compilation

The repository includes the Amazons library as a submodule. The library can be compiled using the included Makefile. The build script adds the submodule directory as a search path for libraries to link.

Rust bindings for the C library generated using rust-bindgen.

Licensing

Project available under GPLv3. The egui crate is available under Apache 2.0 or MIT. This project includes code from the eframe public template, which has no license. Code taken from this repository includes a notice at the top of the source file.

Sprites available under CC BY-NC-SA 4.0, adapted from CC0 assets by rcorre. See CREDITS for more details.

About

Game of the Amazons for desktop, written in Rust

https://arc676.github.io/projects/amazons.html

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%