This document provides an overview of how to run and explore the Quack! game engine examples.
You need to have .NET 11.0 SDK installed to run theses examples via dotnet run app.cs.
Quack! examples are single-file C# scripts, so most IDEs cannot run them directly.
VS Code provides intellisense but requires running via the terminal.
Run the example directly in your terminal:
dotnet ./examples/windows/window.cschmod +x ./examples/windows/window.cs # only needed once
./examples/windows/window.csAlternatively, you can open the example in VS Code for editing and exploring the code, but execution must be done via the terminal as shown above.
For more details on single-file, see dotnet run app.cs
Each example demonstrates a specific feature or capability of the Quack! engine.
- Clear - Clear the screen with a sine wave pattern.