Algorithme de résolution de Tusmo.
Find a file
2024-04-30 17:40:49 +02:00
.vscode init 2024-04-30 14:40:02 +02:00
data add data module containing generated dictionnaries 2024-04-30 17:14:04 +02:00
src add manual proxied game solving 2024-04-30 17:40:49 +02:00
.gitignore add build scripts and update deps 2024-04-30 17:20:31 +02:00
build.sh add manual proxied game solving 2024-04-30 17:40:49 +02:00
deno.json init 2024-04-30 14:40:02 +02:00
deno.lock add build scripts and update deps 2024-04-30 17:20:31 +02:00
README.md fix readme 2024-04-30 17:25:19 +02:00

Turbo TUSMO

Programme pour résolution de Tusmo.

Usage

Dépendances

  • deno
    • windows winget install --id=DenoLand.Deno -e
    • ubuntu / debian sudo snap install deno
    • archlinux sudo pacman -S deno

Simulation

./src/simulation.ts -h
# Usage: simulation
# 
# Description:
# 
#   Program to simulate TUSMO game with guesser controller.
# 
# Options:
# 
#   -h, --help              - Show this help.                                                                     
#   -f, --file    <path>    - Sets dictionnary to use words from (defaults to internal french dict).              
#   -n, --length  <length>  - Length of the word to use from the dictionnary.                         (Default: 6)
#   -w, --wait    <wait>    - Time to wait between guesses, in ms.                                    (Default: 0)