a game inspired by balls online
Go to file
gnawmon 83555aea59 Update README.md 2024-04-29 19:56:05 +00:00
assets texturepacks and more i dont remember 2024-04-29 22:54: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 Update README.md 2024-04-29 19:56:05 +00:00
account.def.json texturepacks and more i dont remember 2024-04-29 22:54:49 +03:00
bf.go texturepacks and more i dont remember 2024-04-29 22:54: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
map.go texturepacks and more i dont remember 2024-04-29 22:54:49 +03:00
paint.go texturepacks and more i dont remember 2024-04-29 22:54:49 +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"}' > account.json
# or
echo '{"username":"'$USER'","color":"DEAD00","texture":"flat.png"}' > account.json

Credits

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

mertoalex for contributing code