> For the complete documentation index, see [llms.txt](https://vala.gitbook.io/vala/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vala.gitbook.io/vala/apps/games.md).

# Games

* &#x20;[Games](https://wiki.gnome.org/Apps/Games) - Simple game launcher for GNOME
* [GameHub ](https://tkashkin.tk/projects/gamehub/)- Единая библиотека для всех ваших игр (Steam, GOG, Humble Bundle, Wine/Proton, DOSBox, RetroArch, ScummVM)
* &#x20;[Lights Off](https://wiki.gnome.org/Lightsoff) - Logic game
* &#x20;[Mahjongg](https://wiki.gnome.org/Apps/Mahjongg) - Mahjongg game
* &#x20;[Mines](https://wiki.gnome.org/Apps/Mines) - Minesweeper game
* &#x20;[Multiplication Puzzle](http://mterry.name/gmult/) - A puzzle game.
* &#x20;[Picsaw](https://launchpad.net/picsaw) - Jigsaw puzzle game
* &#x20;[Quadrapassel](https://wiki.gnome.org/Apps/Quadrapassel) - Tetris game
* &#x20;[Swell Foop](https://wiki.gnome.org/Apps/Swell%20Foop) - Puzzle game
* &#x20;[OpenRiichi](https://github.com/FluffyStuff/OpenRiichi) - [OpenRiichi](https://wiki.gnome.org/OpenRiichi) is an open source Japanese Mahjong client written in the Vala programming language
* [Asteroids\_Vala](https://github.com/august0815/Asteroids_Vala) - Simple game using OpenGL
* &#x20;[Flappy GNOME Tutorial](https://gitlab.gnome.org/albfan/flappy-gnome-tutorial/tree/master) - GTK is not a framework for animated games, but this tutorial shows the use of CSS in GTK 3.8+ by pushing it to its limits in a fun way
* &#x20;[Chess](https://wiki.gnome.org/Apps/Chess) - GNOME Chess game
* [ Pasang Emas](https://sourceforge.net/projects/pasang-emas/) - Traditional board game of Brunei
* &#x20;[Tetravex](https://wiki.gnome.org/Apps/Tetravex) - Puzzle game
* [openSage](https://github.com/smx-smx/openSage) - a port of [OpenSAGE](https://github.com/OpenSAGE/OpenSAGE) from C# to Vala. OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer

### Dead

&#x20;[Shishen Sho Mahjongg for Gtk and Maemo](https://garage.maemo.org/projects/shishensho) - A board game similar to Mahjong. (2008 Maemo)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://vala.gitbook.io/vala/apps/games.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
