Giter Site home page Giter Site logo

bs-26's Introduction

VBC Brawl V26 (maksimka hitler)

ANDROID APK - YOUR USING

Server ZIP: https://codeload.github.com/LekmaDev/BS-26/zip/refs/heads/main

Requirements:

  1. a brain...

Work:

  1. Friend (add, status, remove)
  2. Club
  3. Shop
  4. Online Rooms
  5. bot interacting with the server
  6. Online Battle (коляски)

and more

How to play BS V26:

  1. download server
  2. download pydroid (if you want to run from the phone)
  3. open in pydroid core.py located in the server folder
  4. click on the run button
  5. now open the game and play

bs-26's People

Contributors

lekmadev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bs-26's Issues

No module called 'database'

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in
start(fakepyfile,mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), main.dict)
File "", line 6, in
ModuleNotFoundError: No module named 'database'

[Program finished]

Crash on player join

$ sh core.sh
Server | Lobby started! 0.0.0.0:9339
Server | Battle started! 0.0.0.0:6969
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/andrey/BS-26/core.py", line 94, in run
message.process()
File "/home/andrey/BS-26/Client/Login/LoginMessage.py", line 55, in process
FriendListMessage(self.client, self.player).send()
File "/home/andrey/BS-26/Utils/Writer.py", line 43, in send
self.encode()
File "/home/andrey/BS-26/Server/Friend/FriendListMessage.py", line 18, in encode
friends_json = user[22]
TypeError: 'NoneType' object is not subscriptable

Error: sqlite3.OperationalError: table plrs has 32 columns but 27 values were supplied

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
self.run()
File "", line 94, in run
File "/storage/emulated/0/Download/BS-26-main/Client/Login/LoginMessage.py", line 41, in process
DataBase.createAccount(self)
File "/storage/emulated/0/Download/BS-26-main/database/DataBase.py", line 67, in createAccount
self.cur.execute("INSERT INTO plrs VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)", var)
sqlite3.OperationalError: table plrs has 32 columns but 27 values were supplied

Issue on Android 13

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in
start(fakepyfile,mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), main.dict)
File "", line 6, in
File "/storage/emulated/0/Download/BS-26-main/BS-26-main/database/DataBase.py", line 4, in
from tinydb import TinyDB, Query, database
ModuleNotFoundError: No module named 'tinydb'

[Program finished]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.