All Projects → soarqin → ygopro

soarqin / ygopro

Licence: other
A script engine for "yu-gi-oh!" and sample gui

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects
objective c
16641 projects - #2 most used programming language
HOW TO BUILD
============

Get/Build premake4 from:
  http://industriousone.com/premake

Compiling on visual studio:
  Type 'premake4 vs2010'(or older versions of visual studio) in command line
to generate project files under folder 'build'.

Compiling on msys/mingw or POSIX systems:
  Type 'premake4 gmake' in terminal to generate makefiles under folder 'build'
and then type 'make -Cbuild' to bring it on.

CREDITS
=======
    freetype: http://www.freetype.org
    irrlicht: http://irrlicht.sourceforge.net
    libevent: http://www.libevent.org
    lua:      http://www.lua.org
    sqlite3:  http://www.sqlite.org
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].