Package t-engine4: Information

Danger alert: Package removed from c8 repository

Removed in the task: #178755
Package removed: Anton V. Boyarshinov
Deletion date: Feb. 26, 2017
    Source package: t-engine4
    Version: 1.0.0-alt1beta28
    Build time:  Jun 14, 2011, 11:43 AM
    Category: Games/Adventure
    Report package bug
    Home page: 

    License: GPLv3
    Summary: A roguelike game engine operating in Lua
    Description: 
    T-Engine4: Flexible roguelike game engine
    
    T-Engine4 (TE4 for short) is a roguelike game engine operating in Lua and available for all major platforms (known to work on Windows, OSX, Linux and various BSD).
    What does it do?
    
    T-Engine4 provides many building blocks for your own roguelike game:
    
        Cross-platform support. A T-Engine4 game is completly made in Lua, as such your game will run automatically on all platforms supported by the engine.
        Fast rendering through the use of OpenGL (but you do not have to worry about it, it is well integrated)
        Support for both "old school" ASCII display or graphical tiles
        Generic save/load code, your objects are automatically saveable without anything to do at all in most cases
        Object Oriented design with lots of flexibility, thanks to Lua
        Map handling
        Generic "Entities" concept that can become terrain features, objects, player(s), NPCs, ...
        Keyboard and Mouse easy support
        Various basic entities class interfaces to make your actors have life, stats, talents, ... with the possibility to define your own
        Generic "Zone" design, that can contain and define levels. A zone can be made into a dungeon, a forest, a wilderness map, a town, ...
        Handle either (or both!) persistent and non-persistent levels
        Malleable data structure design
        Extendable "dialog windows" system
        Many utility classes (chats, stores, default interfaces, character generator, ...)
        Keybind system that allows to user to assign keys to abstract actions and then lets a game bind to those actions
        Integrated download center: If you reference your game on te4.org then existing T-Engine4 users will be able to see the game in their list inside T-Engine
        Particles engine for some neat graphical effects
        Sound and music support
        Many other things, just check it out!

    List of rpms provided by this srpm:
    t-engine4 (x86_64, i586)
    t-engine4-data (noarch)
    t-engine4-examples (noarch)
    t-engine4-tome (noarch)

    Maintainer: George V. Kouryachy

    List of contributors:
    George V. Kouryachy

      1. premake
      2. libSDL_image-devel
      3. libSDL_mixer-devel
      4. libSDL_ttf-devel

    Last changed


    June 11, 2011 George V. Kouryachy 1.0.0-alt1beta28
    - Initial build from scratch