Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,212 changes: 1,212 additions & 0 deletions Maps/City_Generator_Prototype/city_gen.py

Large diffs are not rendered by default.

1,022 changes: 1,022 additions & 0 deletions Maps/City_Generator_Prototype/run_city_sim.py

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions Maps/LICENSE_CUSTOM_MAPS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Bittensor & Swarm Training License (Open Use) – v1.1

Copyright (c) 2026 Abdulla Alnasser

Permission is granted to use, copy, modify, distribute, and share this project for any lawful purpose, including commercial use, research, training, and competition participation.

---

## Scope

This license applies to:

- Project maps
- Custom assets created or modified by Abdulla Alnasser under `assets/custom/*`

---

## Ownership

All custom assets listed above remain the intellectual property of Abdulla Alnasser.

You are granted broad usage rights under this license, but ownership is not transferred.

---

## Third-Party / Open-Source Assets

- Assets under `assets/other_sources/*` remain under their original respective licenses.
- These assets are not claimed as authored by Abdulla Alnasser.
- Users are responsible for complying with the original terms of those assets.

---

## Attribution

Attribution is appreciated in any public, redistributed, or commercial use:

> "Created by Abdulla Alnasser"

Attribution may be included in documentation, credits, or project description.

---

## License Preservation

If redistributing the project or substantial portions of it, please include this license text.

---

## Disclaimer

This project is provided "as is", without warranty of any kind. The creator shall not be liable for any damages arising from its use.



-If you need permissions beyond this license (including changes to attribution), you may reach out via:
GitHub: https://github.com/Wald-Alnasser
Email: abdullaalnasserayim@gmail.com
Discord: abdullaalnasser
5 changes: 5 additions & 0 deletions Maps/Warehouse_Prototype/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__pycache__/
*.pyc
_temp_urdfs_office/
sections/_temp_urdfs_office/
sections/__pycache__/
Empty file.
Loading