Tuesday, December 2, 2014

Name Change and a New Release

Hello everyone! I know it has been quite a while since the last update. I have been busy adjusting to college life, so my time to work on this has been reduced. In addition, the inventory system had been giving me endless trouble in implementation that smothered much of my enthusiasm to work on the game. Luckily, I've now settled into college life and conquered the issues I was having with the inventory system!

A lot has changed since the last release (V0022 way back in May). In fact, this is essentially an entirely new game, both in the current features present and the direction I would like to take the game. While the game has progressed significantly since the last release, the actual features in this release have decreased. As a matter of fact, there isn't much to do right now aside from walking around and opening your inventory. Many of the previous features are still present in the code, but need to be updated to the new control scheme.

These changes are made to reflect the evolution of what this game is, changing to a more RTS/RPG feel. In addition, the name of the game is also changing to Obelisk, to reflect some true story elements I've been working on. There will be more information to come on that down the line.

In the meantime, I leave with you Obelisk InDev Version 0027: Download!

As always, check the changelog for more recent changes!

Friday, October 10, 2014

Inventories


So the inventory system took much longer than expected. After about a month hiatus due to my entrance to university, I've finally settled down and resumed the seemingly endless struggle with Libgdx's UI system. Thankfully, the inventory is coming along quite nicely now, with most of the visual work finished. All that remains is equipping and unequipping items through the UI and adding item counts next to stacks of items. My goal is to release an update after the inventory system is finished, which will hopefully be within a week.

Make sure to check the Change Log if you are interested in daily updates on progress, and also visit the new Near-Term Plans page if you're curious where the game is heading next.

Wednesday, August 13, 2014

New Textures, New Systems




I've been logging a large amount of coding hours lately, working on the new lighting system, movement, inventory, combat, and a whole list of game components. I've also been creating some new art, some of which will hopefully make it to the final game (the character sprite for example). The big change is that I've finally locked in as having a top down view for the characters. Here's a rough list of what I've accomplished since the last release:

  • Completely implemented A* pathfinding in place of the previous movement system for all entities, including the player. Simply right click a tile, and your character will move off.
  • Added a modular character animation system, with a simple walking animation to start with. 
  • Added a lighting system with a full day-night cycle. The background work for adding lights is also existing.
  • Cleaned up the code a significant amount, removing much of the code from old systems that are no longer viable. Also began commenting to organize some of the code. 
These changes all add up to a rather different game than the last release. In fact, all of this upgrading actually leads to less visible playability at the moment. All one can do at the moment is walk around and explore the world. Of course, for the purpose of testing, I will be releasing it like that for anyone interested. I'm currently in the process of establishing the inventory system. After that is finished, a release can be expected!

In the meantime, stay tuned to the changelog for day-to-day updates with discussion of features!

Sunday, August 3, 2014

Lights!

     I've been unfortunately busy this summer, however I did find time yesterday for a considerable amount of coding. I used some of the time to continue working on the new movement and combat systems. However, I also tackled a part of the game I'd been meaning to work on for a while: Lighting!
    Colonist now contains a full day-night cycle, where one second in reality equates to one minute in the game. In addition, I've started developing code for adding lights, although I have yet to add any objects to create light.


Monday, July 7, 2014

Going Forward

     As you may have noticed, updates have been somewhat sporadic lately. I would like to explain why. I have not given up on Colonist, in fact my interest in working on it has only increased. Unfortunately, my available time has not. I'm currently working 40 hours a week at a summer job, and amongst other activities resulting from my recent graduation and forthcoming entrance to college, I have very little time to code and develop. I will continue to code whenever I am able, however the updates may be sporadic. Ironically, I will likely have more time to work on Colonist once school starts.
     I would just like to thank whoever has been keeping tabs on the game, your continued interest inspires me to accomplish more.

Tuesday, May 20, 2014

Pre-Alpha V0022 Release!

     So I recently posted that the pathfinding was still going to take some time. Turns out I was wrong, a few minutes after making the post I was able to work out the bugs and get pathfinding working! There are some known bugs (the game will crash if you barricade yourself into a mountain), but it is now playable. Version 0022 can be downloaded here: Download!

Pathfinding Part II

Update on Pathfinding Progress:
     I have been working on the A* path finding algorithm for some time now. It is a fairly complex addition to the game, if not the most complex (Diamond Square, used for map generation, does give it a run for its money). Given the complexity, there are many pieces of code that need to be added and even more bugs that need to be ironed out. Unfortunately, this means that I still am not able to release the next update. Work is ongoing, and I have made considerable progress, considering I'm learning this algorithm as I go.
     The actual pathfinding code itself is up and running, and it is generating some adequate, if not always the most efficient, paths. Currently, I am working on getting the NPCs to follow that path. To do this, the previous movement code needs to be torn apart and reassembled, which is why it is taking so long. I will provide a link to download the next version as soon as I have a playable release.

Changelog:
     In other news, I have created a changelog in an effort to better document my progress on Colonist. I have made it public, so you can follow the day-by-day progress on the game. You should be able to find the link to the changelog on the right hand side of the blog.

Monday, May 12, 2014

Pathfinding!

     Hello everyone. So it has been a few days since I released Colonist out into the world, and I've already gotten some helpful (and thankfully positive) feedback. Over the weekend I implemented some changes based on recommendations I received, as follows:

  • Improved spawning mechanics
    • Fixed a problem where occasionally the player would spawn close to stone, making it difficult to move
    • Implemented code to ensure that Biots would no longer spawn inside of stone. There has been a vast improvement, although every now and then they do still manage to spawn in stone.
  • Items can now be picked up by holding E, as opposed to having to press it every time
  • Upon player death, the game will reset back to the main screen after a short time
     I was working on fixing some issues with movement, when I realized that it wasn't a problem that could be simply fixed. The movement system in the game as it was now was always intended to be a placeholder for a more effective (and more complex) system. I've decided to implement that system now, rather than later, so that I can flesh it out properly as the game increases in complexity. 
     I've chosen to utilize A* pathfinding in Colonist. I'm about halfway through with writing it at the time of this writing, at least so far as I can tell. However, seeing as this is a relatively large addition, I expect it to take quite a large amount of time. If all goes well, you can expect the next update by next week.

     In other news, I've decided to keep an online change log to document progress on a feature-by-feature basis. I'm not sure how to go about this yet, but I will be making a post soon explaining it. If anyone has any suggestions, let me know!

I appreciate any feedback I get, so feel free to leave comments, and if you enjoy the game, tell your friends! Thanks

Friday, May 9, 2014

Introduction to Colonist

     Hello everyone. I'm creating this blog to document my progress as an independent game designer, beginning with my first attempt at a full game, currently under the working title of "Colonist". Colonist is a 2D top-down role-playing and adventure game set far in the future. At this time, Colonist has been under sporadic work since February 2014, so under three months. I am currently a senior in high school, and have only been able to work on the game in my rare moments of free time.


    Colonist Pre_Alpha version 16 can be downloaded from my MediaFire here. As of Pre_Alpha version 16, current features include:
  •  procedural terrain generation with the Diamond Square Algorithm 
    • The only terrain so far is grass, light grass, and stone blocks
  • Mining of the stone blocks
  • Items 
    • Entities have an inventory capacity of 4 items, although the player can have a theoretically infinite amount of stackable items such as ammunition and stones
    • Eventually the player will be limited by the weight of the items, and more types of items will be able to be carried with an equipped backpack.
    • Current implemented items include:
      • Kinetic Pistol and SMG
      • Ammunition
      • Pickaxe
      • Stone Pieces
  • NPCs with incredibly simple AI. They represent a robotic race (known as Biots) whose current goal is just to hunt down the player. 
    • The Biots will follow the player, shooting at him with pistols when they get within range.
    • They are somewhat capable of avoiding running into blocks.
    • The Biots spawn in waves of increasing number around the player.
Immediate goals for improvement are, in order of intended completion, as follows:
  • Improve general movement and navigation. Right now it is difficult for the player, and nearly impossible for the AI, to traverse 1 block wide tunnels. I will need to improve how collision detection works.
  • Improve the AI
    • I plan on implementing a proper pathfinding algorithm so that they will be able to navigate caves.
    • A common problem with the NPCs at present is that they tend to get hung up on the corners of blocks. I need to find some way of mitigating this.
    • Once I am able to get the NPCs navigating properly, I will try to get them to work together. The long term goal is to have proper factions, with large groups of AI working as if in an RTS game, or in many ways as one would expect an actual colony of people to work together. This is, of course, a long way off.
  • Get some proper art and animations
    • I'm not the best artist, as is quite evident. For the present, I intend to hone my skills somewhat. My main concern is the actual entities and blocks/tiles. They could do with a lot of work.
Beyond this, I have many broad ranging goals, which I will continue to discuss in future posts. As an avid gamer from a young age, I have always been quite interested in games. For a long time I have been interested in designing my own games. In November of 2013 I finally took the first step, and began learning Java through online tutorials. From then until the start of my work on Colonist, I spent a large amount of time coding simple games and improving my coding ability. I also discovered LibGdx, a game engine designed to work in Eclipse. The whole experience has been a great learning process, and I am excited to finally understand enough programming to work on Colonist from my own knowledge, without needing to Google everything. I intend to continue working on Colonist for the foreseeable future. I'm making a game that I find fun to play, and I hope you will too.