The tequila train game is quite similar to the Mexican train game but has several differences in rules.
Raw, optimized, and meta WASM binaries can be found in the Releases section.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shrustup toolchain add nightly
rustup target add wasm32-unknown-unknown --toolchain nightly... or ...
make init-contractscd contracts
cargo build --release... or ...
make contractscargo test --release... or ...
make test-contractsnpm install --global yarncd frontend && yarn... or ...
make init-frontendcd frontend && yarn build... or ...
make frontendcd frontend && yarn start... or ...
make servemakeThe source code is licensed under the MIT license.