Last Updated on July 13, 2021
Syntensity is a world of 3D games that anyone can play in and anyone can help build. It is a multiplayer 3D game platform built upon the Cube2 (Sauerbraten) Engine. It is an open source project that consists of a client, server, and master (metadata) server; everything you need to run your own games or your own virtual world.
The engine allows you to create maps using the Cube in-game editor, and then script them using JavaScript, allowing you to rapidly pump out any game idea you can imagine.
Syntensity lets you create all kinds of games. Each ‘map’ can be a completely new game, with unique events, rules, weapons (or even having no weapons at all), physics, etc. For example, creating an ‘ice material’ is very simple.
Games are written in JavaScript, and Syntensity utilizes the high-performance Google V8 JavaScript engine to make things fast.
Features include:
- 3D rendering (from Cube 2).
- High-level scripting API for game creation, in JavaScript (running on Google V8), which can run scripts on both client and server and transparently synchronize them.
- A large library of useful scripting code – weapons, movement options, items, events, etc.
- Physics (from Cube 2, currently working on adding Bullet physics as an option), both clientside and serverside (customizable).
- In-world editing, also in multiplayer (from Cube 2, with some additions).
- A plugin system, using Python, for extending the engine with additional components (plugins exist for saving highscore data locally using SQLite, etc., and experimental plugins exist for VLC, WebKit, Skype, etc).
- An experimental browser plugin (for running the client in a web browser).
Website: github.com/kripken/syntensity
Support: Forum
Developer: Alon Zakai, Gregor Koch (art and design)
License: MIT/X11 license

Syntensity is written in C++ and C. Learn C++ with our recommended free books and free tutorials. Learn C with our recommended free books and free tutorials.
Return to Game Engines Home Page
| Explore Linux | |
|---|---|
| Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category. | |
| In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality. | |
| The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions. | |
| Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others. | |
| Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems. | |
| Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks. | |
| Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems. | |
| Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux. | |
| Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools. | |
| Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux. | |
| Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux. | |

Please read our Comment Policy before commenting.