Flexible game of 2048 in the terminal as TUI.
Find a file
JOLIMAITRE Matthieu 32cf3d280b big refactor
- moved display logic into their own module for less cluttering
- made abstractions for the display process
so it can be owned by the game manager
and game may be played without displays.
- separated the main game management from the game struct
makes it easier to clone games and play few turns on the fly.
2022-04-04 18:22:57 +03:00
src big refactor 2022-04-04 18:22:57 +03:00
.gitignore initial release 2022-04-04 14:23:20 +03:00
build-static.sh static building 2022-04-04 14:44:34 +03:00
Cargo.lock initial release 2022-04-04 14:23:20 +03:00
Cargo.toml implemented random controller 2022-04-04 17:13:37 +03:00
rustfmt.toml changed standard to hard tabulations 2022-04-04 15:05:36 +03:00