Skip to content

mardiros/wasm-othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello Game on WebAssembly written in Rust

Development status

WIP - you cannot play right now.

Development setup

Necessary compiler target wasm32-unknown-unknown (Rust nightly only)

$ rustup target add wasm32-unknown-unknown
$ cargo +nightly install cargo-web

Start a web dev server

$ cargo +nightly web start

Build

$ cargo +nightly web build

Reference

License

MIT

About

Othello / Reversi Game on WebAssembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published