Skip to content

pikulet/jotgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

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)

Releases

No releases published

Packages

No packages published

Languages