a game inspired by balls online
Go to file
Gnawmon 6f11d954f9 icon 2024-05-14 17:50:36 +03:00
assets icon 2024-05-14 17:50:36 +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 changed colors a bit, added cosmetic support 2024-05-04 18:22:48 +03:00
account.def.json changed colors a bit, added cosmetic support 2024-05-04 18:22:48 +03:00
bf.go icon 2024-05-14 17:50:36 +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
map.go drowning, collision 2024-05-12 11:01:56 +03:00
paint.go changed colors a bit, added cosmetic support 2024-05-04 18:22:48 +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'","texture":"flat.png","cosmetic":"none"}' > account.json
# or
echo '{"username":"'$USER'","color":"DEAD00","texture":"flat.png","cosmetic":"none"}' > account.json

Credits

guessy, sounds, maps, flat texture pack and the original game are made by dottych

mertoalex for contributing code

marioood for ash, jelly and monoworld texture packs