Skip to content

Simple Rust implementation of tic tac toe using web assembly

Notifications You must be signed in to change notification settings

hashbyhayter/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

Simple Rust implementation of tic tac toe using web assembly.

Setup

First install npm, rustup, and wasm-pack on your development enviroment then follow steps below:

  1. Run wasm-pack build in the root folder
  2. Run npm install in tic-tac-toe/www
  3. Run npm link in tic-tac-toe/pkg
  4. Run npm link tic-tac-toe in tic-tac-toe/www
  5. Run npm start to run locally

About

Simple Rust implementation of tic tac toe using web assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published