Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 3.33 KB

README.md

File metadata and controls

81 lines (56 loc) · 3.33 KB

Game Dev Scripts Repository

A collection of various scripts for game development.

Report Bug . Request Feature

Downloads Forks Issues License

Table Of Contents

About The Project

This repo is meant as a place to dump useful scripts usefull for game development and other projects. Some items have been used only a few times and might have been lacking at the time. Documentation has been part of the development process and is gone. In my spare time I will:

  • Uploade new scripts, test them, fix issues and add some basic functionality.
  • Add documentation to explain what they do 😄
  • See if I have any time to work on requests.

Of course, you may also suggest changes by forking this repo and creating a pull request or opening an issue.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Getting Started

Have a look in each seperate folder for a subsequent README. If anything is missing or unclear, just drop me a line or add an issue.

Prerequisites

All prerequisites and dependencies will be listed in the documentation per script.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Acknowledgements