# Examples
These examples demonstrate the main features of `pixi`. To run an example move to the folder and run `pixi run start`
This will start the main application of the project. Some projects have more run commands available for that check the `pixi.toml`
NOTE: Make sure your on the latest version or the version of pixi on which you are trying the examples.
## Examples in other Repositories
These are examples that are hosted in other repositories that use pixi for building and running the project.
### AI
[Llama.cpp](https://github.com/tdejager/llama.cpp)
### Games
[Crispy Doom](https://github.com/baszalmstra/pixi-crispy-doom)