Skip to content

timepilot/swottc

 
 

Repository files navigation

INSTALL FOR UBUNTU
--------------------------------------------------------------------------------
sudo apt-get install python-pygame python-opengl


INSTALL FOR WINDOWS
--------------------------------------------------------------------------------
Python - http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
PyOpenGL - http://sourceforge.net/projects/pyopengl/files/PyOpenGL/3.0.1/PyOpenGL-3.0.1.win32.exe/download
PIL - http://effbot.org/downloads/PIL-1.1.7.win32-py2.6.exe
PyGame - http://pygame.org/ftp/pygame-1.9.1.win32-py2.6.msi


USAGE
--------------------------------------------------------------------------------
# Evolution game

./run.py


GRF TOOLS
--------------------------------------------------------------------------------
# Ragnarok Tools
#
# ./grf/actor.py - ACT module, can extract animations
# ./grf/sprite.py - SPR module, can extract sprites
# ./grf/pyglet_test.py - test load animation on the pyglet(http://www.pyglet.org/)
# ./grf/pygame_test.py - test load animation on the pygame(http://www.pygame.org/)

# install pyglet for Ubuntu
sudo apt-get install python-pyglet
# run on the pyglet
cd ./grf
./pyglet_test.py

# install pygame for Ubuntu
sudo apt-get install python-pygame
# run on the pygame
cd ./grf
./pygame_test.py

About

Simple world of the three creatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published