An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Spice Logo

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