You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Elijah C. Voigt bc0380b44b Fix minor error with windows packaging 1 year ago
.cargo Macos builds working 1 year ago
assets Slightly fix fade in making it shorter 1 year ago
examples Stripped down assets 1 year ago
lib Macos builds working 1 year ago
media logos 1 year ago
notes Slightly improved valid move indicator, title rendered text 2 years ago
packages Macos builds working 1 year ago
platforms Slightly fix fade in making it shorter 1 year ago
scripts Fix minor error with windows packaging 1 year ago
src Slightly fix fade in making it shorter 1 year ago
traces Reduce build size, revert testing board 1 year ago
.gitattributes Macos builds working 1 year ago
.gitignore Slightly fix fade in making it shorter 1 year ago
Cargo.lock Macos builds working 1 year ago
Cargo.toml Macos builds working 1 year ago
README.md Move assets for playing in google drive 2 years ago
build.rs Macos builds working 1 year ago
rust-toolchain.toml small diff 2 years ago
shell.nix Linux AppImage + build scripts infra 1 year ago

README.md

TODO

Fix cursor default after menu

'Loading...' screen

Loading bar? Loaded assets / Total number of loading assets

2d+3d Gameplay

Update piece board index when board changes.

Update piece location based on BoardIndex.

2d gameplay

Debug gizmos

Determine valid moves.

Menu: Credits

Turns + Manual 2 player.

Ownership based on placement + color based on placement.

3d gameplay

Hitboxes for pieces and tiles

Select piece when clicked on

Put down piece on tile

Select piece in 3d 3d hitbox

Pick up + Put down

Gravity for moving piece

Visual flare for possible moves

AI

RandoAI

Menu: Local 2 Player / Play Against RandoAI

Menu: Settings + Settings State: Audio Volume(s), Windowing

packaging

Need to set LD_LIBRARY_PATH (linux) and PATH (windows) to a local folder containing the fmod .so and .dll files respectively.

Package web version with WASM libraries

Linux: https://appimage.org/ Windows:

FMOD PR:

  • Sane default for CARGO_MANIFEST_DIR
  • Linux library instructions