a game inspired by balls online
Go to file
mertoalex b1ed5b3991 Merge pull request 'update' (#2) from gnawmon/ballsoffline:main into main
Reviewed-on: #2
2024-04-27 19:18:14 +00:00
assets free camera and stuff 2024-04-27 20:51:49 +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 chat (broken) and sounds 2024-04-25 18:44:29 +03:00
account.def.json color setting, drawing 2024-04-23 13:59:57 +03:00
bf.go free camera and stuff 2024-04-27 20:51:49 +03:00
debughandler.go less nested, making debug thing easier (?) 2024-04-24 01:40:07 +03:00
errorhandling.go how I forgot that 2024-04-24 01:43:22 +03:00
go.mod chat (broken) and sounds 2024-04-25 18:44:29 +03:00
go.sum chat (broken) and sounds 2024-04-25 18:44:29 +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 and sounds are made by dottych