Today I went ahead and made a second release of Lunar Base 1 to my website. Here is the changelog, which I have tried to make as vague as possible for anyone who hasn't tried the game:
- Fixed description of exits (or lack thereof) in one area. A pet peeve of mine has always been not showing how to get back out of a location.
- Locked down 2 items that I thought already were in the comp release. I'm sure this time!
- Added another conditional ending.
- Made a couple of wording/grammar changes.
- Added to the "about" text to reflect the new version.
You can download release 2 of Lunar Base 1 or play it in your web browser here.
Showing posts with label sci-fi. Show all posts
Showing posts with label sci-fi. Show all posts
Monday, December 17, 2012
Lunar Base 1 - Version 1.1
Saturday, March 3, 2012
Lunar Base 1
After some consideration and plot changes since the initial concept, I am now discarding the "working title" of the new sci-fi interactive fiction game and settling on naming it after one of the main locations within it. I felt that using the word "stranded" within the title has not only has been done before with other games, but also it encroached on the plot itself a bit much. Why assume that the player will even be stranded at all?
Originally I stated that I probably wouldn't enter the game into any sort of competition. I later had second thoughts after really getting into the development of the game and it becoming more than a short experiment. The game itself though is still quite short compared to the time investment needed for playing Hallow Eve to completion, too short for Spring Thing 2012, which I missed the deadline of putting in intent to enter anyway. Perhaps it will be entered into the next IFcomp if it is well received by the beta-testers. Lunar Base 1 should be sent out to beta testers within the next couple of weeks! If you are interesting in being a beta tester, please leave a comment or contact me through my website.
I would also like to thank everyone that gave me input on my last blog discussing the colors of the moon. It helped me feel a lot more comfortable with the words I put down in my descriptions.
Labels:
Inform7,
Interactive Fiction,
Lunar Base 1,
sci-fi,
Spring Thing
Wednesday, February 1, 2012
What Color is the Moon?
Making a new sci-fi game on the moon was something at first I thought would be fairly simple. I would only need a few rooms to simulate landing on the moon and walking into a base there. I would only need one or two NPCs. Of course, I was wrong. Timing and inventory issues are still a time-sucking hurdle to get over for my second IF. Trying to make the game very detailed, yet not annoying while reflecting those details is also a new practice for me.
As long as I can remember, the moon and outer space in general has always fascinated me. Growing up, I was intrigued by books on space and had the experience of going to Space Camp in Alabama when I was 11. At that point I started asking questions and wondering about things that I couldn't understand then. Some persist to this day, and it's always a relief to resolve them in my mind. However, I still have a question that persists as I write this game:
What color is lunar soil?
This isn't a question you can merely type into Google and get a definitive answer. In the 1960s before the manned Apollo missions, there were encyclopedias saying that the moon's soil was high in silica and other materials which would give it a slight orange appearance. Apollo camera footage makes it appear grey. I've seen many, many NASA slides of lunar rocks and soil. Usually the soil is consistently grey, yet I've seen different colors in some rock samples. I've posted a couple to show the general contrast.
Also, how would the light photon physics of sunlight affect the appearance of the soil? I'm thinking that if the soil itself has a lot of reflective materials in it that it would sort of glow slightly like snow at night during a full moon. Even if it were grey this could happen, much like concrete dust.
With the stars issue, I'm fairly certain that the light of the sun would drown out visuals of any other stars, though Earth and Venus should be visible. What really bothers me is the color, even though it will only be visible to the players in their heads after reading my description.
Hopefully I can decide on all of this soon. The story and puzzles of the game are completely planned. At least those are already laid out and for certain.
As long as I can remember, the moon and outer space in general has always fascinated me. Growing up, I was intrigued by books on space and had the experience of going to Space Camp in Alabama when I was 11. At that point I started asking questions and wondering about things that I couldn't understand then. Some persist to this day, and it's always a relief to resolve them in my mind. However, I still have a question that persists as I write this game:
What color is lunar soil?
This isn't a question you can merely type into Google and get a definitive answer. In the 1960s before the manned Apollo missions, there were encyclopedias saying that the moon's soil was high in silica and other materials which would give it a slight orange appearance. Apollo camera footage makes it appear grey. I've seen many, many NASA slides of lunar rocks and soil. Usually the soil is consistently grey, yet I've seen different colors in some rock samples. I've posted a couple to show the general contrast.
Apollo 14 rock
Also, how would the light photon physics of sunlight affect the appearance of the soil? I'm thinking that if the soil itself has a lot of reflective materials in it that it would sort of glow slightly like snow at night during a full moon. Even if it were grey this could happen, much like concrete dust.
Apollo 17 rock
With the stars issue, I'm fairly certain that the light of the sun would drown out visuals of any other stars, though Earth and Venus should be visible. What really bothers me is the color, even though it will only be visible to the players in their heads after reading my description.
Hopefully I can decide on all of this soon. The story and puzzles of the game are completely planned. At least those are already laid out and for certain.
Friday, December 30, 2011
End of Year Update
It's been a while since I've taken some time to post here, so I figured that I would get one more up before the end of the year. This blog is 2 months shy of being a full year old now and I hope to keep with it for some time to come.
2011 has been a fairly interesting year. I completed my first interactive fiction and entered it into Spring Thing, completed a much more polished version of that and released it to my website, and also began 2 new projects. I've become a lot more comfortable with Inform7 which I started learned a bit over a year ago. I do hope to learn more about other IF programming languages in the future though.. TADS, Adrift, Hugo, and Quest. So far I've only tinkered around a bit in Quest. Playing games written in the other three, I've noticed interesting different aspects to each.
I haven't quite decided on the final title of my recent science-fiction IF, but I can say that it's coming together quickly now. The story itself, the table of events so to speak, and the puzzle are all pretty much complete. I just need to spend a few more hours coding it all in I7 and playing around with it before releasing a test version. The source code of this project is much neater and easier to work with than the extremely long (albeit and also sloppy) source code that became Hallow Eve. This is due to having less than 5 total rooms, few characters, and less free range random problem-solving. It's also a short game in general.
The "interactive dreaming" game should be taken off the backburner around late February. The length of delay for the release of it will be dependent on how soon I can get out and take a few more photographs I need for the game. If it's well received, it may become part of a series. As of now I'm unsure how long it will be. It looks like I could get a lot of use out of the puzzle and travel framework if that's what I wanted to do, however it's still completely untested by anyone but me.
If anyone would like to test the science-fiction game beta that should be done in three to four weeks, leave me a comment or something and I'll shoot you a copy. See you next year!
2011 has been a fairly interesting year. I completed my first interactive fiction and entered it into Spring Thing, completed a much more polished version of that and released it to my website, and also began 2 new projects. I've become a lot more comfortable with Inform7 which I started learned a bit over a year ago. I do hope to learn more about other IF programming languages in the future though.. TADS, Adrift, Hugo, and Quest. So far I've only tinkered around a bit in Quest. Playing games written in the other three, I've noticed interesting different aspects to each.
I haven't quite decided on the final title of my recent science-fiction IF, but I can say that it's coming together quickly now. The story itself, the table of events so to speak, and the puzzle are all pretty much complete. I just need to spend a few more hours coding it all in I7 and playing around with it before releasing a test version. The source code of this project is much neater and easier to work with than the extremely long (albeit and also sloppy) source code that became Hallow Eve. This is due to having less than 5 total rooms, few characters, and less free range random problem-solving. It's also a short game in general.
The "interactive dreaming" game should be taken off the backburner around late February. The length of delay for the release of it will be dependent on how soon I can get out and take a few more photographs I need for the game. If it's well received, it may become part of a series. As of now I'm unsure how long it will be. It looks like I could get a lot of use out of the puzzle and travel framework if that's what I wanted to do, however it's still completely untested by anyone but me.
If anyone would like to test the science-fiction game beta that should be done in three to four weeks, leave me a comment or something and I'll shoot you a copy. See you next year!
Sunday, September 18, 2011
New Sci-Fi IF Started
(old NASA public domain image)
About a week ago, I finally decided to give the Quest interactive fiction creation system a try. I think it's a fairly nice system. Creating a simple adventure in it is pretty easy. While thinking of a short "test story" to create within the system, I remembered an idea I had years back of a stage play of sorts I had thought up involving 2 astronauts stranded on another planet. After about two hours of fiddling with creating this in Quest, I decided that I could probably code the desired effect better and faster within Inform7. With that decision made, I ported all of my existing text into Inform7. I haven't completely abandoned Quest, but right now it just isn't a system that will suit what I'm trying to do any easier or more effective than I7.
Two other works of IF come to mind in this genre: Fragile Shells by Stephen Granade, and an old game called Stranded (a game with the same title was also released in 2001 about being on an island) and another game for Commadore 64 that I watched a play-though of on YouTube. Stranded is a very short game with graphics. It borrows a lot of concepts from the Dr. Who television series and has more rooms than I would want to implement for my own sci-fi IF. Fragile Shells is set in a space station and there isn't any NPC interaction (or graphics), instead relying on excellent descriptions and puzzles to move the game along.
The working title of this new sci-fi IF is "Stranded on the Moon", though that is subject to change. Although the setting is very desolate, NPC interaction should prevent the game from feeling too "empty". Along for this ill-fated journey is another astronaut named John, who may not handle a chaotic and isolated situation as well as you. There is a heavy theme of "what if" at play, as this is science fiction. What if man never set foot on the moon until the year 2050? Could the lethality of the lunar surface be underestimated? What else could be there waiting for us? I think such a setting would not only be fun to create, but also fun to play.
At this point I now have three interactive fiction works in progress. The new project, the "final version" of Hallow Eve, and my Interactive Dreaming project. I'm still set to release Hallow Eve by October 31, 2011 and I hope to get a couple of beta testers to try that out around October 15th. I plan on cramming a lot of work into that next week... as much of it is basically grunt work and bug-fixing. Interactive Dreaming contains quite a bit of media and is still in a experimental stage. I may be entering that into Spring Thing 2012. This new sci-fi game will also be a bit experimental but will also be very short. I hope to keep it in the Z5 (short, text only) standard. It will not be entered into any competition. Instead, I will just release it along with the source code when it is completed and tested.
Labels:
dreams,
Hallow Eve,
Interactive Fiction,
Quest,
sci-fi,
Spring Thing
Subscribe to:
Posts (Atom)