a game inspired by balls online
Go to file
mertoalex eb65c2c609 less nested, making debug thing easier (?) 2024-04-24 01:40:07 +03:00
.gitignore huh ? 2024-04-23 02:53:13 +03:00
LICENSE Initial commit 2024-04-22 18:57:36 +00:00
README.md color is optional 2024-04-23 17:28:54 +03:00
account.def.json color setting, drawing 2024-04-23 13:59:57 +03:00
bf.go less nested, making debug thing easier (?) 2024-04-24 01:40:07 +03:00
debughandler.go less nested, making debug thing easier (?) 2024-04-24 01:40:07 +03:00
errorhandling.go fixing paint array deleting 2024-04-24 01:12:56 +03:00
go.mod color setting, drawing 2024-04-23 13:59:57 +03:00
go.sum color setting, drawing 2024-04-23 13:59:57 +03:00
guessy4.ttf first comit 2024-04-22 22:06:47 +03:00
json.go fixing paint array deleting 2024-04-24 01:12:56 +03:00

README.md

Balls Offline

A game inspired by balls online

Setting up Balls Offline

To play first create an accounts.json, you can look example file account.def.json

If you're on linux, you can do:

echo '{"username":"'$USER'"}' > account.json
# or
echo '{"username":"'$USER'","color":"DEAD00"}' > account.json

Credits

guessy is made by dottych