Projects

spelling

Spellchecking in Rust

use spelling::spellcheck;

let dictionary_string = include_str!("words.txt"); 
spellcheck(dictionary_string, "restaraunt", 3);
                

Analog Clock

A Bouncing Ball

Hangman

dust

drop some dust

flappy box

snake

it cannot eat itself

Score: 0

High Score: 0

tictactoe