Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lagdotcom/forth-rogue
It's a roguelike! In Forth!
https://github.com/lagdotcom/forth-rogue
forth roguelike
Last synced: 3 months ago
JSON representation
It's a roguelike! In Forth!
- Host: GitHub
- URL: https://github.com/lagdotcom/forth-rogue
- Owner: lagdotcom
- Created: 2020-06-28T10:50:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T16:04:29.000Z (about 4 years ago)
- Last Synced: 2024-04-26T02:32:45.568Z (6 months ago)
- Topics: forth, roguelike
- Language: Forth
- Homepage:
- Size: 206 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# forth-rogue
It's a roguelike! In Forth!
## Compatibility
Given that this is a Forth program, it should be portable. However, currently it relies on a few gforth-specific extensions (like `struct`) so that's the preferred Forth. Also however, gforth for Windows uses the cygwin translation layer, which breaks ANSI compatibility with modern Windows terminals. If you're on Windows, I recommend running forth-rogue through the Windows Subsystem for Linux.
## Getting started
You'll need [gforth](https://www.gnu.org/software/gforth/). I have no idea what version is required, but I'm running 0.7.3. Then, just run it with `./rogue`.