https://github.com/spicelang/spice-examples
Examples for using Spice in the wild
https://github.com/spicelang/spice-examples
code examples spice
Last synced: 3 months ago
JSON representation
Examples for using Spice in the wild
- Host: GitHub
- URL: https://github.com/spicelang/spice-examples
- Owner: spicelang
- License: mit
- Created: 2022-02-20T18:14:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-18T21:13:09.000Z (3 months ago)
- Last Synced: 2026-03-19T09:44:57.849Z (3 months ago)
- Topics: code, examples, spice
- Homepage: https://www.spicelang.com
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Spice Examples
Examples for the usage of Spice in the wild
---
This repository contains usage examples for the [Spice Programming Language](https://github.com/spicelang/spice).
Here is a list of all included examples. You can find the source code for each particular example in dedicated sub-directories.
## Examples
- [Conway's Game of Life](./game-of-life) - Demonstration of turing-completeness
- [Rule 110](./rule-110) - Demonstration of turing-completeness
- [Dijkstra's Algorithm](./dijkstra) - Shortest path finding in edge-weighted graphs
- [Sudoku](./sudoku) - Solving a riddle
- [Graph coloring](./graph-coloring) - Solving the graph coloring problem
## Contributors
- [@marcauberer](https://github.com/marcauberer)
## License
The project is licensed under the [MIT software license](https://github.com/spicelang/spice-examples/blob/main/LICENSE) and provided/distributed by ChilliBits.
© ChilliBits 2021-2026