Skip to content

bi3mer/c-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle

A simple raylib-based implementation of Wordle.

Compiling and Running

Instructions assume you are (1) using Linux or macOS and (2) that you have gcc (C99), zig, and git installed. (Theoretically, the command below will also work with Windows with minor changes.)

git clone https://github.com/bi3mer/c-wordle.git
cd c-wordle
mkdir deps
cd deps
git clone --depth 1 https://github.com/raysan5/raylib.git
rm -rf raylib/.git
cd ..
zig build run

Release build

zig build -Doptimize=ReleaseFast                         # mac build
zig build -Dtarget=x86_64-windows -Doptimize=ReleaseFast # Windows Build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published