Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
for the gameapigame and
Friday, November 2, 2012 - 03:42

for the gameapigame and gameapi-code repos, I've added new stuff to the lib, but the game is still exactly the same as in the contest entry. The lib gets developed more actively than the game itself.

http://sivut.koti.soon.fi/
Saturday, August 18, 2012 - 12:54

http://sivut.koti.soon.fi/~terop/GameApi-binary.tar.gz

http://sivut.koti.soon.fi/~terop/gameapi-game-binary.tar.gz

These are for ubuntu binaries...

// Tero Pulkkinen

hmm, guess it's time for
Sunday, July 22, 2012 - 16:40

hmm, guess it's time for another screenshot. Now added some skeletons, and changed the text display.. Now only displaying hp.

 

some new battle screenshot...
Thursday, July 19, 2012 - 18:34

the repository address is: 

git clone git://git.code.sf.net/p/gameapigame/code gameapigame-code

and of course to make it work, the GameApi lib is needed, which you'll find in another repo: (most of this was the code that was available before contest)

git clone git://git.code.sf.net/p/gameapi/code gameapi-code

The sourceforge page is: https://sourceforge.net/p/gameapigame/

and for the library: https://sourceforge.net/p/gameapi/

some new battle screenshot...

the repository address is: 
Thursday, July 19, 2012 - 18:34

the repository address is: 

git clone git://git.code.sf.net/p/gameapigame/code gameapigame-code

and of course to make it work, the GameApi lib is needed, which you'll find in another repo: (most of this was the code that was available before contest)

git clone git://git.code.sf.net/p/gameapi/code gameapi-code

 The sourceforge page is: https://sourceforge.net/p/gameapigame/

 and for the library: https://sourceforge.net/p/gameapi/

Here's my current progress.
Thursday, July 19, 2012 - 17:02

a

I added some more monsters
Thursday, July 19, 2012 - 12:49

I added some more monsters and new levels...

RainyMirror: It just loads
Sunday, July 15, 2012 - 02:44

RainyMirror: It just loads existing font from the system. (seems to be /usr/share/fonts/truetype/freefont/FreeSans.ttf in ubuntu..) Just need to figure out if the same font is available in all linux boxes, or how to find proper replacement on systems that does not have it. (might mean that the game looks different on different boxes depending on which font is available -- maybe I'll add a commandline switch to choose the font for the game)

madmarcel: I was thinking of leaving them as letters. fonts are pretty good content that is widely available in linux boxes. 

Either way, still some problems getting the enemies to move properly...

Things doesn't always go as
Saturday, July 14, 2012 - 12:40

Things doesn't always go as planned, and the following screenshot is perfect example...