Skip to main content

ColdStar - V0.0.3.51

pyopengl space game named ColdStars.


Aleksandr Pivovarov
(diverlin)
2.5D turn based space strategy with RPG element. Currently the game is more like a demo (not really playable). http://www.youtube.com/watch?v=9cArzK6GxSY http://www.youtube.com/watch?v=XQbFF-kyXYU http://www.youtube.com/watch?v=Fbzj68fuUeA

Changes

2.5D turn based space strategy with RPG element (the space gameplay looks close to game SpaceRangers). Currently the game is more like a demo (not really playable yet). Unfortunately no future releases will be done with python (i am trying self with C++). What is done can be looked at: http://www.youtube.com/watch?v=9cArzK6GxSY http://www.youtube.com/watch?v=XQbFF-kyXYU http://www.youtube.com/watch?v=Fbzj68fuUeA Shortly(starsystem hyper jump, landing to planets, trading, equipment, skills (only part of them are works), scaning of enemies, most items works properly(drive, protector and so on) and of course space fight). The game is using GLSL by default (render to texture (FBO), blur, planet shade, shockwave distortion). More detail(control/dependencies/how to switch off GLSL) you may find in readme.txt together with the source.

Links

Home Page
https://sourceforge.net/projects/coldstars/
Source
https://sourceforge.net/projects/coldstars/files/coldStarsV0.0.3.51.tar.gz/download

Releases

ColdStar V0.0.3.51 — 18 May, 2011

Pygame.org account Comments

  • Mad Cloud Games 2011-07-18 02:01

    ImportError: No module named ImageFont 
    :|

    Am i missing a dependency?

  • Matthew Turner 2015-01-07 05:43

    This may be 3 years late but, you need to edit line 12 in glFreeType.py change import ImageFont to from PIL import ImageFont