Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.2 KB

Basalt

Basalt Banner

Basalt is a lightweight and versatile game engine designed for creating games using pure C#. While it currently does not have a visual editor, this feature is in the pipeline for future development.

This is a project currently only being developed by me in my free time, so contributions are always welcome.

Getting Started

To get started with Basalt, follow these simple steps:

  1. Clone the repository.
  2. Open a console in the cloned folder.
  3. Run dotnet restore to download any project dependencies.
  4. Run dotnet run to start the engine.

Documentation

Documentation is currently in the process of being revamped so currently unavailable.

Support

If you encounter any issues or have questions, please start an issue.

Contributing

If you have any ideas, you can start an issue or, if you'd like to contribute with code, feel free to fork the repository and make changes as you'd like. Once again, pull requests are welcome.

License

Basalt is licensed under the MIT License