Skip to content

44mira/terminle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TERMINLE

image

This was made as a project to practice zig with. So most, if not all, of the code choices made are pretty naive.

Feel free to peruse the code, but do be warned, by the last commit I just gave up on maintainability to finish it before my motivation ran out.

Building

Currently terminle doesn't ship out its binaries (I might get on that if there's demand) but here's how you build it from source

Here's how to build it from source:

Note

This was made with Zig version 0.14.0. As the language is not currently stable, it might be in your best interest to build with that version. Moreover, make sure your terminal supports ANSI Escape Sequences and displaying UTF-8 characters.

git clone --depth=1 https://github.com/44mira/terminle
cd terminle

# creates the executable at ./zig-out/bin/terminle
zig build
./zig-out/bin/terminle

# builds and then runs
zig build run

# builds and runs unit tests
zig build test

About

wordle on the terminal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages