Evolveolution – The Beginning

My new project has a working title of Evolveolution. The player will start off in the microbial stage and will eat other microbes until you have gained enough points to evolve. From that stage will be the ocean stage where the player must fight off aquatic creatures while continuing to evolve their body until they are big enough to leave the water….

I am in the early stages of development but I thought I would start uploading some photos of my process.

 

 

Little Warrior Progress – 1GAM

Sorry for the delayed updates on the website, I have found the power of Twitter and find it much easier to post quick things instead of taking the time to do full posts. Anywho, I decided this month to try out the 1 Game a Month Challange, so this is my first official update in regards to that.

This month’s word is “Anthem” so the designer is in charge of creating a game that embodies the ideals of the word. My idea centers around the idea of how an anthem makes you feel, proud, ready to fight. With that being said I have based my game on those feelings and the idea of “From One there are Many.”

 

The game will involve an endless wave of enemies that the player must vanquish but eventually fall too. Because of that fall, the village you are defending will send more and more villages to help the player with each consecutive wave that follows.

It will be a simple game but I hope by the end of the month I will be able to convey the message I am aiming at, time will tell. Anyway here is a video of the gameplay I have at the moment. Also, this is my first video where I record my voice as well so I am sorry for the background noise…Little Bear may be on the TV.

 

Website Update and NG Prototype

I have majorly updated the website with a lot of media dealing with all the projects I have worked on in the past. I am missing a few from my RPG Maker days but I am digging through my portable hard drive to try and locate them. I should be able to update them shortly.

I  have some great news! I was able to get a working prototype of Nations of Glitch and make a gameplay video of it 🙂 Enjoy.

General Information Added

I have decided that not only is it important to show the current progress of what I am working on but it is important to also show what I have worked on in the past.

I have added three links to the main page, Helicopter Cave Pilot, Glitch Nation, and Tower of Destiny. Each game has been a joy to work on and each has their own different feel for how the game plays. It is very interesting to me seeing the progression I have made with my programming and level design skills from the first game I have ever made (Helicopter Cave Pilot) up to the current one I am working on (Current Title: Bare Bones).

 

Bare Bones Development: Added Messages And Buttons

Development has taken a slight turn and I had to scrap the enemies at this point. The reason is because I created a custom script that controls the player but it seemed to be interfering with the gravity in the game. This was becoming an issue because as I would create stairs and ramps the player would start to float when interacting with them. Instead of delving  into my code to locate the issue I decided to deactivate it all together and continue with the more interesting aspects of the game such as an inventory system, locked doors, switches, etc.

I was able to add a roughly designed a GUIBox with a message that pops up when you can’t enter an area due to a locked gate. I then added a switch that the player walks on and activates that will trigger the gate to open.

What awaits the player on the other side of the gate?

 

 

(Spoiler Alert)

It’s a treasure chest, that opens.

(End Spoilers)

Bare Bones Development: Added a Level Select Area

I have added an area in the game where the player will select which level they would like to play. In that area, the player will walk to a warp pad and will be taken to the corresponding level. I have a story in mind, but until I can flesh out at least 10 levels I will be keeping that a secret.

There is no real concept detailing what is going on in the video because I have not added any tags or cinematics, but I can break it down for you.

  • The first screen is the main menu where you will start your game.
  • The second area, after clicking “Play Game” is the area where the player will select which level they want to play. For this area, in the future, I will add hovering icons over the level that show the score the player received if they have played the level, and a few other details such as the level name.
  • Finally, the third screen is the “Game Over” screen which shows what score you have earned from the level you just played.

 

Bare Bones Development: A Few Notes

Yesterday was a semi-failure with getting the mechanics of melee battle to work. I created melee weapons but I can’t figure out how to push back the enemies after they are hit by the player.

Besides that I have been messing with the environment and trying to wrap my head around how to use blender to create an actual player and some enemies (instead of “pill” people.)

Video soon to come…

Bare Bones Development: Finally added Dual Analog Sticks!

I finally had a chance to add dual analogs to my game thanks to some help from a fellow Unity developer. I can now focus on mobile development and update my game to reflect the smaller screen size.

As you can see from the video I have to update the UI now and I also have to update the players’ position so that he doesn’t always snap to a “UP” position every time you let go of the joystick.