Skip to content

federico-terzi/webTablut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published