Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

KevinAsbury/rustycheckers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Checkers

An introduction to WebAssembly, this is a checkers game written in Rust from the book: Programming Webassembly with Rust: Unified by Kevin Hoffman

Requirements

Rust: https://www.rust-lang.org/

The webserver requires Python3 installed.

Make installed on your OS. Windows users can run this through the linux subsystem.

Instructions

In a terminal type:

git clone https://github.com/KevinAsbury/rustycheckers.git
cd rustycheckers/
make

Open a web browser and goto localhost:8000.

Open the developer console to see the output.

To stop the webserver hit control + z in the terminal window.

About

Checkers program written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published