/try-wasm-with-cl

try-wasm-with-cl is a sample project for WASM with Common Lisp.

Primary LanguageCommon LispMIT LicenseMIT

try-wasm-with-cl - sample project for WASM with Common Lisp.

Usage

> (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.

Installation

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

Author

Copyright

Copyright (c) 2020 eshamster (hamgoostar@gmail.com)

License

Licensed under the MIT License.