Skip to content

Commit

Permalink
fife: New game engine
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Sep 8, 2013
1 parent 544d09f commit e85d4fb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions games/fife/BUILD
@@ -0,0 +1,4 @@
OPTS+=" --prefix=/usr " &&
scons $OPTS fife-python &&
prepare_install &&
scons $OPTS install-python
12 changes: 12 additions & 0 deletions games/fife/DEPENDS
@@ -0,0 +1,12 @@
depends guichan
depends SDL_ttf
depends SDL_image
depends boost
depends libvorbis
depends libogg
depends openal
depends scons
depends freetype2
depends %GLX

optional_depends "tinyxml" "" "" "tinyxml support"
21 changes: 21 additions & 0 deletions games/fife/DETAILS
@@ -0,0 +1,21 @@
MODULE=fife
VERSION=0.3.5
SOURCE=${MODULE}_${VERSION}.tar.gz
SOURCE_URL=http://downloads.sourceforge.net/project/fife/active/src/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_${VERSION}
SOURCE_VFY=sha1:9ca344b7af269fd55af91c68ab30777ec897b6c4
WEB_SITE="http://wiki.fifengine.net/"
ENTERED=20130906
UPDATED=20130906
SHORT="a cross platform game creation framework"
cat <<EOF
FIFE stands for Flexible Isometric Free Engine and is a cross platform
game creation framework. It provides you with the ability to create
a game using Python interfaces. This means you need to have little to
no knowledge of C++ to make a game! Don't want to use Python? That's
okay because FIFE also comes as a DLL or static library so you can
also use C++! We tried to make FIFE as flexible as possible so it
is not tied to any genre in specific. You can make just about any
2D game with FIFE but it is more geared toward a RTS or RPG in just
about any view style (isometric or top-down).
EOF

0 comments on commit e85d4fb

Please sign in to comment.