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.
martian-chess/src
Elijah Voigt 8a9b47be6b Drastic rework of movement
* Added `moves` ledger to Board
  * This should help with future work like undo, automated tests,
    net-play.
* Refactored 2d and 3d displays to use BoardIndex -> Transform
  * This means we can have a generic system set the position of Entities
    based on moves on the Board.
* Refactored 2d view to have centered board
  * (instead of shifting root entity which had poor behavior
    characteristics)
2 years ago
..
audio.rs update fmod assets 2 years ago
debug.rs load state actually blocks now 2 years ago
display2d.rs Drastic rework of movement 2 years ago
display3d.rs Drastic rework of movement 2 years ago
game.rs Drastic rework of movement 2 years ago
main.rs load state actually blocks now 2 years ago
menu.rs 3d board drawing and gizmos enabled with debug mode 2 years ago
prelude.rs Drawing pieces on the board! 2 years ago