A downloadable game for Windows

This game was released into the public domain and you can get it for free from my own website and other places. If you like it, and would like to see more games/projects, please comment.

Don't feel obligated to however, I'm happy just knowing that people are enjoying it.

This was a game created long ago (2005).

I spent about a year and a half "designing", coding in python with pygame, and pixeling. It was supposed to have a comic style story-line in the cut scenes, but I got burned out on developing, moved half way across the country, and never took it up again.

It was written for my kids to play and it's short.

I look back on this and think wow, this looks terrible! ...Perhaps I'll polish, embellish, and extend it now that there's game engines out there that handle most of the heavy lifting. Or perhaps I'll move on to another game project.

I think I found the best description of the game on a website the other day:

"You purchased a thousand square kellicams of land on Zephulor for a new condominium project. But when you arrived to inspect the land, you found that Zephulor has a toxic atmosphere and is inhabited by voracious alien slugs, as well as being full of strange platforms hovering in midair. Now, in Adventures on Planet Zephulor you will take your bloody revenge on the man-eating aliens who even now invoke obscure zoning regulations to prevent you from constructing more than six consecutive residential units without an intervening common area! Okay, that's not the real plot of AoPZ, but there is no real plot, so it will have to do. Hey, maybe I could offer my freelance services to people who need a plot for their game, the way Funkbunny Studios offers to do the music. What do you think?" -Leonard Richardson

https://www.crummy.com/2005/01/23/2

Controls:

  • z - shoot
  • x - jump
  • arrow keys: run left/right
  • esc: menu


**Known bugs: doesn't work well with some intel cards, doesn't crash, but sometimes you have to re-launch it, or can't make it full screen.

*If you get in a bad state, try deleting the main.cfg file from the "conf" directory. It will be recreated the next time you run the game.

The source works on windows, linux, and mac with python2.7 (https://www.python.org/downloads/) and pygame1.7 (https://www.pygame.org/download.shtml)

The stand alone version works on Windows 10 without any dependencies. (zephulor.zip)

StatusOn hold
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authormrhollow
GenrePlatformer, Action
Tags2D, Side Scroller, Singleplayer

Download

Download
zephulor.zip 4 MB
Download
zephulor-source.tar.gz 3 MB

Install instructions

Unzip and run zephulor.exe

It's kind of buggy on modern hardware, you may have to play it in windowed mode.

----

Directions for the source version:

You will need python2.7 and an older version of pygame https://www.pygame.org/download.shtml installed. I think it was released built against pygame-1.7.1release.tar.gz but other pygame files should work, at least for SDL 1.2

Comments

Log in with itch.io to leave a comment.

Would like to try this but python 2 was discontinued on most — if not all — distros!

It's still possible to install python 2.7 on most distros, however, I'm not saying that you should just for this game.

One of these days I may run it through py2to3 and fix all of the things that are broken. The code is nearly 18 years old, and hasn't been touched in 15 perhaps, and doesn't appear to have much interest currently.

 (You can run it as a stand alone exe in windows without any dependencies)

Thanks for engaging! And good luck on your project(s)!

I just ran the Windows executable through Wine.