viandoxdev / xwrdl

wordle in assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xwrdl - Wordle, in x86_64 assembly

Linux only

This is a pretty shitty wordle in about 400 lines of assembly, thats about it.

Showcase

screenshot

Building

Use the makefile, there is a build target that compiles everything into the xwrdl executable, this doesn't even use the standard library or anything.

running

either

make run

or build then

./xwrdl

About

wordle in assembly

License:GNU General Public License v3.0


Languages

Language:Assembly 76.7%Language:Shell 18.7%Language:Makefile 4.6%