ColdStar
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
Links
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