> (ql:quickload :qlot)
> (qlot:quickload :try-wasm-with-cl)
> (try-wasm-with-cl:start-server :port <port number>)
After starting, you can access to the tetris by http://localhost:<port number>
using a web browser.
This project depends on liblaries that are not registered in the quicklisp repository. So I recommend to use qlot to install them.
# Under a directory managed by quicklisp
$ git clone https://github.com/eshamster/clw-sample-game-algorithm.git
$ cd try-wasm-with-cl
$ ros install qlot # if you haven't installed
$ qlot install
- eshamster (hamgoostar@gmail.com)
Copyright (c) 2020 eshamster (hamgoostar@gmail.com)
Licensed under the MIT License.