Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

🖍️ jotgo 🖍️

Jotto in golang! Jotto is the game 'mastermind' applied to words. For word-related dev, you would of course have to thank enchant.

🧨 Usage

If you want to develop jotgo applications using my engine, do

sudo apt install libenchant-dev

go get -u github.com/pikulet/jotgo

In your file, do

import "github.com/pikulet/jotgo"

Example usage

wordOne = "frisk"
wordTwo = "plane"
wordLength = 5

jotgo = game.CreateGame(wordLength)
jotgo.SetWord(game.PlayerOne, wordOne)
jotgo.SetWord(game.PlayerTwo, wordTwo)

About

jotto in golang

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages