views
1.8k
likes
9

Comments (20)

What do you think?

How did you make this game?

A very interesting game. I've played it for about 10 mins and have come to like it. It's pretty cool to see a Text Adventure in a space setting. For your next update it would be cool if we got a map for the galaxies. It doesn't have to be fancy, just a bunch of squares filled with grids, and what you can do is have a section of the grid blink to show your location. I haven't gotten to the battle yet. I'll let you know how it is when I do.

Cool looking game. I don't have a grip on it yet, but I'll try to devote some time to it.

Also, by the way, saving and loading is super easy (though it took me years before I got a hold of it). Here's an example. You can call each routine with "GOSUB"

SAVE: INPUT "Enter a file name: ", n$
OPEN n$ FOR OUTPUT AS #1
WRITE #1, variable1%, variable2$, variable3&
CLOSE
RETURN

LOAD: INPUT "Enter your file name: ", n$
OPEN n$ FOR INPUT AS #1
INPUT #1, variable1%, variable2$, variable3&
CLOSE
RETURN

HOWBOUT IV!!

What the Engine?

Ever wanted to control starships...

...In over 4000 lines of BASIC?

This is ComFleet III, the grand finale to the ComFleet trilogy. Unlike the previous two entries, ComFleet III boasts randomly generated galaxies, an interactive combat system, and the player can command where the fleet explores at will. However, the galaxy can't simply be explored without trouble, space pirates roam the galaxy as well as the player, and some of them can defeat the player without even trying to even compare themselves to the pirate fleets, the player needs to gather scrap to upgrade their ships and their computers that control the ships. As of this description, there isn't a true ending to the game... yet ;)

ComFleet III is my largest game yet, and I hope the enjoyment you recieve from this game is larger than the game itself! (over 7000 lines of code... the slogan is a bit outdated...)

		
			 ~Potato Shock Games
		
	

#strategy



all-ages
Fantasy Violence
Comical Shenanigans

UPDATE 12: First release!

Woo hoo! The game is finally done! If you haven’t noticed already, the game is ready to be downloaded. Check it out!

UPDATE 11: Game complete! Almost!

UPDATE 10: Quests and moving

UPDATE 9: Wormholes!

UPDATE 8: Abandoned ships