# Demos and Examples The GodotXterm repository contains several example scenes in the [`/examples`](https://github.com/lihop/godot-xterm/tree/main/examples) directory. If cloning the repo, you will need to either build the GDExtension binaries from source (see [Building from source](/development/building_from_source.md)) or copy pre-compiled binaries into the project (see [Get the files](/getting_started/installation.md#get-the-files) for an idea of how these files can be obtained). Other examples of GodotXterm usage are available online: - ### [Live Demo](https://lihop.github.io/godot-xterm-dist/demo) ```{figure} ../_static/images/live_demo.png :width: 480px :alt: Screenshot of "The Guest" game jam submission ``` A Web export of the GodotXterm repo's example scenes. - ### [The Guest](https://lihop.itch.io/the-guest) ```{figure} ../_static/images/screenshot_the_guest.png :width: 480px :alt: Screenshot of "The Guest" game jam submission ``` A Linux-only submission to the [Linux Game Jam 2022](https://itch.io/jam/linux-game-jam-2022). Uses GodotXterm in conjunction with the [gdtemu addon](https://github.com/lihop/gdtemu) and Linux's Kernel-based Virtual Machine to provide the player with an interactive VM that can be used in the game world. - ### [Xterminate](https://lihop.itch.io/xterminate) ```{figure} ../_static/images/screenshot_xterminate.png :width: 480px :alt: Screenshot of "Xterminate" game jam submission ``` A Linux, macOS, and Windows demo that uses an older version of GodotXterm in conjunction with [Godot Python](https://github.com/touilleMan/godot-python). ```{tip} Are you using GodotXterm in your project and would like to see it listed here? Please [open a pull request](https://github.com/lihop/godot-xterm/pulls) to have it added. We would love to showcase your usage of the addon. ```