https://github.com/zewenn/gleam-game
LEARNIN PROJENT - Console adventure game written in gleam.
https://github.com/zewenn/gleam-game
Last synced: 3 months ago
JSON representation
LEARNIN PROJENT - Console adventure game written in gleam.
- Host: GitHub
- URL: https://github.com/zewenn/gleam-game
- Owner: zewenn
- Created: 2024-03-18T21:35:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T15:22:19.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:34:22.034Z (over 1 year ago)
- Language: Gleam
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cag
[](https://hex.pm/packages/cag)
[](https://hexdocs.pm/cag/)
```sh
gleam add cag
```
```gleam
import cag
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```