Tuxemon is a free, open source monster-fighting RPG. It's in constant development and improving all the time! Contributors of all skill and level are welcome to join.
- Game data is all json, easy to modify and extend
- Game maps are created using the Tiled Map Editor
- Simple game script to write the story
- Dialogs, interactions on map, npc scripting
- Localized in several languages
- Seamless keyboard, mouse, and gamepad input
- Animated maps
- Lots of documentation
- Python code can be modified without a compiler
- CLI interface for live game debugging
- Runs on Windows, Linux, OS X, and some support on Android
- 393 monsters and 18 threats with sprites
- 274 techniques to use in battle
- 208 NPC sprites
- 223 items
Complete Installation documentation:
Complete Mods documentation:
- Arrow Keys - Movement
- Enter - Select/activate
- ESC - Menu/Cancel
- Shift - Sprint
You can enable dev_tools by changing dev_tools to True in the
tuxemon.yaml file:
[game]
dev_tools = True
These keyboard shortcuts are available with dev tools enabled
- r - Reload the map tiles
- n - No clip
Use Tiled map editor: https://www.mapeditor.org/
Complete CLI documentation:
There are many scripts for various builds in the buildconfig folder. These are meant to be run from the project root directory, for example, to build the portable pypy build:
[user@localhost Tuxemon]$ buildconfig/build_pypy_portable_linux.shThere will be a new directory called build, which will have the package if everything was successful.
WARNING! The build scripts are designed to be run in a dedicated VM. They will add and remove packages and could leave your OS in a bad state. You should not use them on your personal computer. Use in a vm or container.
With the exception of the lib folder which may have its own license, all code in this project is licenced under the GPLv3.
GPL v3+
Copyright (C) 2014-2026 William Edwards [email protected], Benjamin Bean [email protected]
This software is distributed under the GNU General Public Licence as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file LICENSE for the conditions under which this software is made available. Tuxemon also contains code from other sources.
- Official website: tuxemon.org
- Matrix: Tuxemon
- Discord: Tuxemon
- Reddit: /r/Tuxemon
- YouTube: Tuxemon
- Readthedocs: https://tuxemon.readthedocs.io/en/latest/
