all-is-cubes-server

Crates.ioall-is-cubes-server
lib.rsall-is-cubes-server
version0.8.0
sourcesrc
created_at2020-08-19 03:30:11.751565
updated_at2024-07-09 04:57:08.689927
descriptionGame server for the web edition of the recursive voxel game All is Cubes.
homepage
repositoryhttps://github.com/kpreid/all-is-cubes
max_upload_size
id278099
size61,077
Kevin Reid (kpreid)

documentation

README

All is Cubes (Web Edition)

A “voxel game” where each block is made out of smaller blocks (one level of recursion).

This is a work in progress; it's my very first project written in Rust, and I am aiming to duplicate and expand on my previous work Cubes. For more information about the currently implemented functionality, see the core library crate all-is-cubes.

This crate is the “web edition”: it currently consists of a simple web server which serves the prebuilt WASM and JavaScript files for the game. Eventually I intend it to become a multiplayer (or at least remotely-saved-data) game server in addition to this, but none of that networking functionality is implemented at the monent.

You can also run the “desktop” version without any of this web server nonsense.

Stability and versioning

All is Cubes is an ambitious hobby project; many features necessary to be “complete” are not yet implemented, and implementing them will require incompatible changes. During development, library APIs change regularly, and the version numbering will mark these versions as incompatible (e.g. 0.3 to 0.4); there will be no 1.0 version until I am confident that future versions will at least have save data compatibility. However, I have made some attempt to document API elements that are more likely to change in future versions.

MSRV policy: The current release accurately documents its rust-version in Cargo.toml. Future releases will typically require the current stable Rust version as of that release.

License

All source code and other materials are Copyright © 2020-2024 Kevin Reid, and licensed under either of

at your option.

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.

Commit count: 4203

cargo fmt