more pub sync testinc (D)

This commit is contained in:
Eric Froemling 2022-03-03 13:23:27 +01:00
parent 31f5451be5
commit 0db8d3edf0
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -10,6 +10,8 @@ The Ballistica project is the foundation for the next generation of [BombSquad](
[Head to the project wiki to get started](https://github.com/efroemling/ballistica/wiki), or learn more about the project below.
Test Pub C (Ignore this)
### Project Goals
* Cleanup
* BombSquad's codebase, and especially its scripting layer, have grown a lot over its lifetime, but not always in a 'designed' way. It was overdue for a major refactoring, which should keep it more maintainable for years to come. Examples of this include breaking up the monstrous twenty-six-thousand-line bsUI.py file into a much cleaner individual subpackages, updating all code from Python 2.7 to the latest 3.X versions, and adding type annotations to the entire codebase.