Pilot Explore program

Just BASIC Games
Post Reply
specsdude
Posts: 10
Joined: Sat Dec 04, 2010 3:41 pm

Pilot Explore program

Post by specsdude »

This is the the program mentioned in the Forums that I've made to be part of Star ship adventure. The pilot can walk around and interact with things like levers, doors, lifts, etc. He will have different missions, or sometimes you can just explore. There will be land mode and space mode (spacewalking). Currently only have one map and limited scenery, but the programming is simple so it should be relatively easy to add more. There is one map, it can be changed in size and content.

In this version, all the pilot can do is walk around (w,a,s,d) and plant bushes! (spacebar) To take away bushes press CAPS then the key in the direction of the bush to be removed, you must be next to a bush.

There is one problem, when you're on the top and left edges of the map, the scenery is replaced by black all around the man, I haven't found a way to get rid of it, would be very grateful if someone could work out the solution.

Have fun!

I know its a bit off topic but I'm planning for more sci-fi type of content, plus enemies.
Attachments
pilotExplore.zip
to be integrated with the flying part of Star Ship Adventure
(5.29 KiB) Downloaded 496 times
David Seeber
specsdude
Posts: 10
Joined: Sat Dec 04, 2010 3:41 pm

new version released!

Post by specsdude »

This is a newer version- it comes with a random map generator- modify the rnd value for more or less bushes.

There is also a bug that is currently inactive- I have marked it for inspection.


-UPDATE

I have nearly finished the game, here is the alpha version!

It includes the game, graphics and a help file (html).

I have also developed a map generator, a map editor and a conversation creator, which I can share with anyone who'd like to help me make levels for the game.

Enjoy!

By the way, sorry for the wait- if anyone was waiting.

-UPDATE

The code has been revised and all necessary files are present
Attachments
pilotExplore-alpha.zip
(35.97 KiB) Downloaded 551 times
David Seeber
Post Reply