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 Voigt 458abee8b3 import xcf (gimp) and png files to git lfs 2 years ago
assets import xcf (gimp) and png files to git lfs 2 years ago
examples Drawing pieces on the board! 2 years ago
lib/linux Update asses 2 years ago
src 2D Selecting indexes works! 2 years ago
.gitattributes import xcf (gimp) and png files to git lfs 2 years ago
.gitignore Fixup hello-fmod with buttons! 2 years ago
Cargo.lock Update asses 2 years ago
Cargo.toml Update asses 2 years ago
README.md Outline of what to work on 2 years ago

README.md

TODO

gameplay

Draw board based on board resource.

Background music audio.

Import GLTF assets and use them for drawing pawn, drone, and queens.

Menu: Start, Credits, Quit

Menu audio

Start -> Gameplay

Gameplay + Escape -> Overlay Menu

States: Gameplay, Menu, Credits, Quit

Pick up, put down.

Audio for pick up/put down.

Determine valid moves.

Turns + Manual 2 player.

Ownership based on placement + color based on placement.

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.