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.
207 stars
33 watching
35 forks
Language: C
last commit: 3 months 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. | 248 |
hparker/dotal | A low-level language designed to compile to the Uxn virtual machine for creating simple graphical programs. | 46 |
berk76/piskworks | A game implementation in C for various platforms | 8 |
ilenburg/game-engine | A C++ game engine utilizing OpenGL and SDL for rendering 3D graphics | 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. | 290 |
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. | 74 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 407 |
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,757 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
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,380 |
ggabriel96/lasso | A C++ game loop implementation that abstracts away common game logic and provides a flexible framework for building games. | 10 |