How to Install and Uninstall surgescript Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "surgescript" package

This guide let you learn how to install surgescript on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install surgescript

2. Uninstall "surgescript" package

This is a short guide on how to uninstall surgescript on openSuSE Tumbleweed:

$ sudo zypper remove surgescript

3. Information about the surgescript package on openSuSE Tumbleweed

Information for package surgescript:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : surgescript
Version : 0.5.6.1-2.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 38.7 KiB
Installed : No
Status : not installed
Source package : surgescript-0.5.6.1-2.5.src
Upstream URL : https://opensurge2d.org
Summary : A scripting language for games
Description :
SurgeScript is a scripting language for games. It has been designed
with the specific needs of games in mind. Its features include:
- The state-machine pattern: objects are state machines,
making it easy to create in-game entities
- The composition approach: you may design complex objects
and behaviors by means of composition
- The hierarchy system: objects have a parent and may have children,
in a tree-like structure
- The game loop: it's defined implicitly
- Automatic garbage collection, object tagging and more!
SurgeScript is meant to be used in games and in interactive applications.
It's easy to integrate it into existing code, it's easy to extend,
it features a C-like syntax, and it's free and open-source software.
SurgeScript has been designed based on the experience of its developer
dealing with game engines, applications related to computer graphics and so on.
Some of the best practices have been incorporated into the language itself,
making things really easy for developers and modders.