Skip to content

MinecraftU/2023-computer-adventures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023 Minecraft U Special Projects Camp

Goal

Chess engine in Rust that compiles to WASM

Live deployment

View the game

Compile & run instructions

wasm-pack build --target web --out-dir client/pkg
cd client && python3 -m http.server

Linting

cargo clippy

Automatically apply suggestions: cargo clippy --fix