Inform6

Game compiler

A compiler and language implementation for generating interactive fiction games

The latest version of the Inform 6 compiler, used for generating interactive fiction games.

GitHub

210 stars
33 watching
35 forks
Language: C
last commit: about 1 month ago

Related projects:

Repository Description Stars
fantasyinternet/poetry A programming language compiler to WebAssembly with minimalistic syntax and full control over imports and exports. 55
davidgiven/cowgol A programming language designed to be self-hosted on small systems, compiled from itself, and optimized for tiny size and speed. 247
hparker/dotal A low-level language designed to compile to the Uxn virtual machine for creating simple graphical programs. 46
ilenburg/game-engine A game engine built using C++ and OpenGL that utilizes SDL for graphics rendering. 15
tek256/astera A C99-based 2D game library providing features like deferred and forward rendering, collision detection, and asset management for cross-platform development on Windows, Linux, Mac OSX, and BSD. 292
rajkumardusad/jitcompiler An online code compiler that supports multiple programming languages and allows users to write, compile, and run code in their browser or on-the-go. 73
kiselgra/c-mera A source-to-source compiler system for C-like languages using Lisp's macro system. 411
jdegoes/lambdaconf-2014-introgame A collection of materials and code snippets for teaching purely-functional game programming with Scala 163
rswier/c4 An exercise project demonstrating minimalist C programming 9,788
dbohdan/compilers-targeting-c A list of compilers and transpilers that can generate C code from various programming languages. 709
indianakernick/simpleton-engine A C++ library for creating 2D games with support for sprite animation, tile-based grids, and basic pathfinding. 51
kripken/bananabread Compiles C++ game engine to JavaScript and WebGL for web execution 1,383
ggabriel96/lasso A C++ game loop implementation that abstracts away common game logic and provides a flexible framework for building games. 11