Thanks to visit codestin.com
Credit goes to github.com

Skip to content

0trace is an immersive hacking simulation game that challenges players to navigate a Linux-like OS, hack other players, npcs and enterprises, and engage in real-time multiplayer. Build your hacking tools, explore dynamic NPCs, and compete or collaborate with others.

License

Notifications You must be signed in to change notification settings

CodingPengu007/0trace

Repository files navigation

πŸš€ 0trace

0trace is an immersive hacking simulation game where players navigate a virtual Linux-based operating system to hack NPCs or other players. The game combines strategy, problem-solving, and technical skills to create a realistic and engaging experience.


🌟 Features

  • πŸ–₯️ Realistic OS Simulation: Interact with a Linux-like environment to execute commands and scripts.
  • 🧩 Hacking Challenges: Solve puzzles and exploit vulnerabilities to achieve objectives.
  • 🀝 Multiplayer Mode: Compete or collaborate with other players in real-time.
  • πŸ€– Dynamic NPCs: Hack AI-driven characters with unique behaviors and defenses.
  • πŸ› οΈ Customizable Tools: Build and upgrade your hacking arsenal to suit your playstyle.
  • 🌐 Cross-Platform: Works on Linux, macOS, and Windows.
  • ⚑ Lightweight and Fast: Minimal dependencies and optimized for performance.

πŸ“‹ Requirements

To run 0trace, ensure your system meets the following requirements:

  • Python: Version 3.12 or higher
  • Python PIP: Version 25.0.1 or higher (comes with python)
  • Git: Version 2.49.0 or higher
  • Dependencies: Install required Python packages using pip install -r requirements.txt
  • Memory: At least 2GB of RAM
  • Storage: At least 500MB of free disk space

πŸ“¦ Installation

The installation process is thoroughly detailed and clearly explained in the program’s Wiki. It supports a wide range of operating systems, with copy-and-paste commands provided for each.

Visit the installation page of 0trace here: 🎯


🀝 Contributing

Contributions are welcome! Follow these steps to get started:

  1. Setup a Dev-Enviroment wich has ruff and pre-commit installed.
  2. Fork the repository.
  3. Create a new branch for your feature or bug fix.
  4. Submit a pull request with a detailed description.

πŸ“œ License

This project is licensed under the GNU General Public License v3.0.
The GNU GPL v3.0 ensures that this project remains open source. Any modifications or derivative works must also be open source and distributed under the same license.

Third-Party Dependencies and Licenses:

  • The graphical elements in this program were generated by the Tkinter Designer by Parth Jadhav.

  • Tkinter Designer License (BSD 3-Clause License):

BSD 3-Clause License

Copyright (c) 2021, Parth Jadhav
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
  • bcrypt:
    This project uses the bcrypt Python module for password hashing.
    License: Apache Software License 2.0 (Apache-2.0)

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    
  • Textual:
    This project uses the Textual Python framework for building TUI (Text User Interface) applications.
    License: MIT License

    MIT License
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
    

    (Textual is distributed under the MIT License. See the official Textual repository for details.)

  • requests (Apache License 2.0)

    Copyright 2024 Kenneth Reitz

    Stewardship by the Python Software Foundation since 2019.

    Apache License
    Version 2.0, January 2004
    http://www.apache.org/licenses/
    
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    
    1. Definitions.
    
    "License" shall mean the terms and conditions for use, reproduction,
    and distribution as defined by Sections 1 through 9 of this document.
    
    [Full Apache 2.0 license text in the LICENSE.md ...]
    
    END OF TERMS AND CONDITIONS
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
    http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    
  • readline (GNU General Public License)

    The readline library is licensed under the GNU General Public License (GPL). Please see the full text of the GPL for details.

    GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
    
    Copyright (C) 2007 Free Software Foundation, Inc. 
    Everyone is permitted to copy and distribute verbatim copies
    of this license document, but changing it is not allowed.
    
    [The full GPL v3.0 license text in the LICENSE.md ...]
    
  • maskpass (MIT License)

    Copyright 2022 Aman Anifer

    MIT License
    
    Copyright (c) 2022 Aman Anifer
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
    

⚠️ Disclaimer

This game is for entertainment purposes only. Any resemblance to real-world hacking scenarios is purely coincidental.


πŸ™Œ Credits

Special thanks to the following:

  • The open-source community for providing invaluable libraries and resources.
  • Beta Testers for their feedback and support during development.

Team Members:

  • CodingPengu007 - Lead Developer
  • lionbaum - Junior Software Engineer
  • DonerKebab1231 - UI/UX Designer

πŸ“¬ Contact

For questions or support, please open an issue on the GitHub repository.

About

0trace is an immersive hacking simulation game that challenges players to navigate a Linux-like OS, hack other players, npcs and enterprises, and engage in real-time multiplayer. Build your hacking tools, explore dynamic NPCs, and compete or collaborate with others.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •