Skip to content

norinorin/wordgames

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordgames

A Rust implementation of PixelSam123's Java wordgames.

Word bank retrieved from Datamuse.

This is a project for me to learn Rust, so things may be subpar.


Spinning it up

Simply run the binary, or cargo run.

Demo

This also works with PixelSam123's client.

Put wss://play.norin.me/{ROUTE} in the server URL box.

Available routes

  1. ws/anagram Normal anagrams game. Plans:
    • Multiple language support
    • Time configuration
    • Word length configuration
    • Timer configuration

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.1%
  • Python 5.9%