Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GWORDLE

This repository is meant to serve as an example of how to build and publish a Gab application.

Repository Structure

The module containing our project is gwordle. There is only the one source file.

By changing the message gui: to tui: on line 7, you can play wordle in the terminal without launching a new os window.

Installing

gab get github.com/gab-language/gwordle@0.1.0 gwordle

Running

To run gwordle from the command line:

gab run gwordle

This will run the default /mod.gab module of the package.

Building

To build the standalone executable, use the gab cli:

gab build -m github.com/gab-language/cgab@gab_version gwordle

This produces an executable for your platform. You may build cross-platform using the -t flag.

Workflow

There is an example Github workflow file in this repository which creates a release, builds an executable for each platform, and attaches them to the release.

About

A small example of using Gab's application tools building a simple local wordle clone.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors