instead
Game interpreter
An interpreter for simple text-based adventure games written in Lua
INSTEAD - Simple Text Adventure Interpreter
224 stars
15 watching
43 forks
Language: C
last commit: 4 days ago
Linked from 1 awesome list
game-engineinteractive-fictionluaquests
Related projects:
Repository | Description | Stars |
---|---|---|
shiinamiyuki/lunatic | An open-source interpreter for the Lua programming language with additional features and optimizations. | 18 |
sam-astro/z-sharp | A custom programming language designed to run simple games like Pong | 663 |
milochristiansen/lua | A Go-based Lua 5.3 VM and compiler for embedding into Go programs | 917 |
robloach/raylib-lua-sol | A Lua library that enables videogame programming using raylib and sol2, allowing developers to easily prototype and develop games with Lua. | 94 |
another-game-engine/age | An OpenGL-based game engine with support for multi-threading and various rendering pipelines. | 48 |
adriengivry/overload | A 3D game engine with Lua scripting that aims to provide simplicity, high-quality documentation and modern C++ code for game development. | 1,801 |
fabrik42/writing_an_interpreter_in_elixir | An Elixir implementation of an interpreter for the Monkey programming language | 138 |
astrochili/narrator | An implementation of an interactive narrative scripting language in Lua | 132 |
alanrsoares/2048-reasons | A game implementation in Reason, using functional programming principles and React, with simplified UX and testing for a condensed gameplay experience | 14 |
rvirding/luerl | An Erlang implementation of the Lua scripting language | 1,047 |
squeek502/zua | An attempt to implement Lua 5.1 in Zig for educational purposes | 172 |
samueltardieu/aforth | An embeddable interpreter for a stack-based programming language | 23 |
dwayne/elm-monkey-interpreter | An Elm implementation of a Monkey interpreter | 10 |
mattn/anko | An interpreter written in Go for scripting languages. | 1,481 |
skx/gobasic | A BASIC interpreter written in Golang. | 329 |