Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnoftw/gofunge
A Befunge interpreter in Go
https://github.com/jonnoftw/gofunge
befunge befunge-interpreter go golang
Last synced: 16 days ago
JSON representation
A Befunge interpreter in Go
- Host: GitHub
- URL: https://github.com/jonnoftw/gofunge
- Owner: JonnoFTW
- Created: 2023-10-16T10:16:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T11:51:28.000Z (about 1 year ago)
- Last Synced: 2024-10-07T04:41:19.372Z (about 1 month ago)
- Topics: befunge, befunge-interpreter, go, golang
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gofunge
![main workflow](https://github.com/JonnoFTW/gofunge/actions/workflows/go.yml/badge.svg)
Befunge interpreter written in Golang.
Run it with:
```shell
go build
./gofunge examples/hello_world.bf
```