Go to file
Eduardo Bart 3d0b191199 basic drawing functions
powerfull Point, Rect, Size, Color classes
prerequesites header
2010-11-24 21:36:15 -02:00
cmake config manager using yaml 2010-11-21 19:51:16 -02:00
src basic drawing functions 2010-11-24 21:36:15 -02:00
.gitignore * basic core design (Platform, Engine, Graphics classes) 2010-11-18 20:13:35 -02:00
AUTHORS * license 2010-11-19 13:55:55 -02:00
BUGS * license 2010-11-19 13:55:55 -02:00
CMakeLists.txt FBO, game states 2010-11-23 13:31:17 -02:00
COPYING * license 2010-11-19 13:55:55 -02:00
README * license 2010-11-19 13:55:55 -02:00
ROADMAP * license 2010-11-19 13:55:55 -02:00

README

ABOUT
    OTClient is an alternative tibia client. Currently in early stage
    and it aims to be a complete flexible client to otserv. It uses LUA
    scripting for all UI functionality and allow custom user MODs via scripts.
    Inspirited by "World of Warcraft" and "Heroes of Newerth" where
    users can create custom game scripts and on top of the original game.

COMPILING AND RUNNING

    $ cmake .
    $ make
    $ ./otclient

LICENSE

    OTClient is made available under the MIT License