- Clone the repository and change into the directory
git clone https://github.com/foxinuni/amazonas
cd amazonas- Initialize the emsdk submodule
git submodule update --init --recursive- Install and activate emsdk
cd emsdk && ./emsdk activate latest && cd ..- Compile and run the game
make build
make start