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.
210 stars
33 watching
35 forks
Language: C
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| A programming language compiler to WebAssembly with minimalistic syntax and full control over imports and exports. | 55 |
| A programming language designed to be self-hosted on small systems, compiled from itself, and optimized for tiny size and speed. | 247 |
| A low-level language designed to compile to the Uxn virtual machine for creating simple graphical programs. | 46 |
| A game engine built using C++ and OpenGL that utilizes SDL for graphics rendering. | 15 |
| 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 |
| 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 |
| A source-to-source compiler system for C-like languages using Lisp's macro system. | 411 |
| A collection of materials and code snippets for teaching purely-functional game programming with Scala | 163 |
| An exercise project demonstrating minimalist C programming | 9,788 |
| A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
| A C++ library for creating 2D games with support for sprite animation, tile-based grids, and basic pathfinding. | 51 |
| Compiles C++ game engine to JavaScript and WebGL for web execution | 1,383 |
| A C++ game loop implementation that abstracts away common game logic and provides a flexible framework for building games. | 11 |