Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 627 Bytes

alt text

A WebAssembly port of the O(sarracino) engine to play Tablut online.

You can Play it HERE.

Why

I wanted to learn a bit of WebAssembly lately, so I decided to port our high-performance C++ Tablut engine to the web.

Compiling the engine

This project ships a stripped out version of the engine and can be compiled by installing the Emscripten toolchain.

mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=/path/to/emsdk/fastcomp/emscripten/cmake/Modules/Platform/Emscripten.cmake
make