Tuesday, 26 April 2016

Game Maker Progress 5: New Patrolling AI, Abilities and Controller Support


Hello everyone,

I am excited to show you and tell you about certain new additions I have made to Sky High in the past week! Let's start with a new patrolling AI.


New Patrol AI Example

The new patrol AI is able to climb 1-tile high blocks and go down 1-tile high ledges. It's simple - but it does add some new potential ideas and create more interesting enemies. One of the ideas I was thinking of is an enemy that rushes the player - this is made better if the enemy is able to jump up and down at least 1 tile high obstacles! As you can see by the yellow square (I've used it to test the code before I actually try it with an enemy) it can climb up the 2 steps - but once it reachs the 2 + high wall - it turns back and climbs back down!

Activatable Abilities


Another feature I've been trying out is adding a few abilities! I've kept the first 3 simple - Shield, Rapid-fire and Speed respectively. The shield makes the player invincible for a time, rapid-fire removes the cool-down timer on the attack and speed adds to the players maximum movement speed. I am currently thinking of what abilities would make the game more interesting and whether or not to include ways to upgrade or change the abilities via collectibles - I'll likely toy with the idea this week. As you can see in the image above - underneath the icon for the ability you have the cool-down timer when it is unavailable (it also becomes greyed out) and the hot-key when it is ready to activate! Which brings me to my other addition!

I have added controller support - more particularly I used an xbox 360 controller to code it but I believe it works just as well with other controllers such as a play-station controller. In case you were wondering - the hot-keys for the abilities also change if you have a controller attached;


Activatable Abilities (Controller)

The game feels much better and more fun to play using a controller - which does bring up the thought on how I could improve the use of a keyboard if the player chooses to go with that route. Although part of the comfort of playing with a controller I found to just be inherit to it being a controller - however if I find ways to improve a keyboard-play experience; that'd be better!

Until next time,
Dylan

Monday, 18 April 2016

Game Maker Progress 4: Traps and Guards

Hello everyone,

I made a fair amount of progress on the platformer I nicknamed Sky High. I managed to add a modification to the collision system that allowed me to create trapdoors and make the horizontal moving platforms function right (Before the character wouldn't match the movement of the platform and fall off).

Sky High; Sky Golem, Trapdoor, Crush Trap, and Archer

As you can see in the top image - starting from the left; we have a sky golem which is an enemy that activates when your nearby and patrols left to right. Next up we have a trap door that opens up and drops the player below if their not paying attention. Next we have a crushing trap that will fall onto the player when they pass underneath it - currently I am toying with a way to make it so it makes sure your underneath it and not below some other tile as you can see in the image. Finally is an archer - who is a stationary enemy and shoots arrows at the player.

I am quite fond of the archer! Reason being is his animation come out very nicely on the very first go - which I felt quite proud of. Needless to say I can improve it further - but it's nice to see the higher quality from my previous sprites and animation!

Archer Attack Animations
Archer Reload Animations
Archer Idle Animations

These are the animation frames I made for the archer - the top being his attack animation, middle reload and bottom idle.

Sky High Tiles

I have also added the single tiles that we talked about last week! Those definitely look much better than they did before. I made a few different grass tiles as well - this way; the grass tiles in the middle (as shown in the bottom left set) will be random. By random I mean they will have different vines coming down the side and such. This opens up a lot of ways I can make the terrain actually change and be different throughout - the best part is that it's easy to scale, so I can add and remove tiles with little worry that the code won't work right!

Sky High Crates

Finally I added a few destructible crates - with some place holder graphics which I do want to find a more fitting style eventually. When destroy they do brake into a small effect of broken wood - which I am looking to improve because as of yet it's simple but it gets the job done for now.

I'm excited to show you all how this project continues to evolve - I am definitely learning quite a lot from it on using Game Maker and it's coding language! I really like how this project is coming along and I look forward to bringing you more updates on it!

Until next time,
Dylan

Tuesday, 12 April 2016

Game Maker Progress 3: Platformer Progress and more

Hello everyone,

So today I wanted to show you some things I've been working on. Particularly the platformer I mentioned last time! I've made a fair bit of progress - needless to say I still have a list of things that need to be done however.

Sky High In-Game

As many of you know by now I have been following some courses and tutorials of for example Heartbeast Studio and RM2KDev among others. All of which are very insightful and a joy to follow - however just like ICON which was based on a tutorial by Heartbeast Studios I wasn't content in just following - which is why I added features such as selecting weapons, ammo, different power up, scaling difficulty and my own personal art assets. This project is not any different.

One of the things not immediately evident in the screen shot about is the tiling - which I am rather fond of. Not the art of it mind you - but the way it is set up in code is that the tile detects it's position and changes it's sprite accordingly! Simple I know - but you can imagine for someone who just did it the first time; I was rather happy to say the least! To show you what I mean exactly - have a look at the below image.

Sky High In-Game Tiles

The tiles with the dirt ontop are one object, the marble stone tiles are another object. As you can see above - they detect if there is a tile next to them or above them and change their sprite accordingly. This has no effect on gameplay needless to say but is rather convenient when designing levels. The system is far from perfect (you can see that the tile I'm standing on is actually not fitting perfectly - that is because I haven't created a sprite and told it to check if there is a tile to the left or right and adjust to something). You can see it in the individual blocks as well on the top - they don't fit very well on their own - but that is easily amendable I just need to create an individual block that fits by itself!

Outside of that, I added a glow on the orb of the player's sprite - that goes for all his movement and jumping sprites as well. I also animated his idle state so now he doesn't just stand still when the player doesn't move.

The other thing I wanted to show you was a small work in progress of a tutorial I am following by RM2KDev - I am keeping what I do very different from the tutorial however - I mostly use it to guide me. In terms of graphics and at times even the code itself - I tend to try to follow my own way so I can experiment; if I get stuck or it's something completely new I haven't touched upon much yet - then I follow the tutorial.


Sword and Staves Preview

I am trying to keep the graphics simplistic - for a number of reasons. For one I want to work more on the platformer - and another I wanted to explore a much more simpler style of pixel art. I am rather fond of how it is currently turning out and I am excited to see how it develops further as I go!

Until next time,
Dylan

Thursday, 7 April 2016

Planning the Day Prior


Hey everyone,

Sorry for the delay in getting the post out this week - the week sneaked by after starting university again and Tuesday completely slipped my mind. Regardless - I wanted to speak on something I found extremely effective in getting things done. 



I'm not sure how many of you experienced having gone through a day - feeling it was productive only to realise it was productive in only a certain project; or it was just "busy" productive and not actual productive. If so - I can assure you that you aren't alone on that. I've had some days where I spent more time thinking what to get done next than I spent actually getting it done! 

I've tried out a new technique - I say technique; it's more of a habit, of planning the day before what I want accomplished the next day. This helps me focus on whatever I want to get done instead of thinking what I think I should at the time. You could note down the goals on a notebook - or what I found to be far more effective is I use a Google chrome extension called Momentum. I didn't used to use the To Do feature of the app - simply because I've got other means of keeping track. In this case however, it was perfect! It's fast, and I could write the things I wanted done the next day fast. 


More importantly - every time I open a next tab it's in front of me, so I always have an eye on what I want done today. Needless to say - you can find your own way that works best for you; though based on personal experience - I found that having it on a new tab helps me more as I can open it throughout most of my devices that have chrome without having to install a new software or carry a notebook.

Give it a try - see if it works out for you!

Until next time,
Dylan



Tuesday, 29 March 2016

Book Recommendation: Designing Games: a Guide to Engineering Experiences by Tynan Sylvester

Hello everyone,

So a few weeks ago - I brought up some book recommendations. I have finished and have reflected a fair bit on Tynan Sylvester's book - Designing Games: a Guide to Engineering Experiences and I am ready to give you my views on it.

Designing Experience by Tynan Sylvester

The book is very insightful on the idea of designing games - it talks a fair amount about the practical elements but it's stronger side I feel like was the approach to game design itself. Going into the book - I already had an idea of how I would approach game design; even not having read any books on game design - I had an idea of how I would love doing it. I was pleasantly surprised to find that this book built on the same approach I had. Moreover, it built and added more onto it.


The approach taken by the book to explain game design is that you as a designer are meant to create a way to develop experiences for the user. I don't want to speak too much of it - as the book does a splendid job on doing just that; however the book also covers aspects of managerial considerations for game designers and motivation. The book is full of insightful examples that help to show how the various concepts and models presented can be used in a practical manner. Perhaps the element that struck me the most was how in each paragraph or section - important notes are given precedence. These elements were singled out in a particular paragraph - in bold; and served as a highlight of an important concept or element. Often times - these were the elements I noted for my future reference in a notebook outside of my personal notes; as they seemed to bring up some of the most important points in the topic at hand.

Hopefully I gave you a good idea of whether this book is something you'd want to look into. I would personally highly recommend it. The information it provides is given in a clear and concise manner. Diagrams and examples help to illustrate much of the models and ideas put forward by the author. 



Until next time,
Dylan

Tuesday, 22 March 2016

Pixel Art 6: Character States Improvement


Hello everyone,

So today I wanted to show you some more work I've done on pixel art - more specifically character states. I am quite pleased with the turn out - but there is much more to improve on. I used one of my older characters - bringing them more to live with different states!


Character Idle State
Idle State

The character that I chose is the above - which displays him in his 'Idle' state. Basically when he is simply standing without the player's input. Next up is the movement state;

Character Walking State
Movement State

I chose to start off with 5 frames. After I run a few tests in-game to see how it runs I will modify it and possibly add more frames if I think it would help in making the animation smoother. Overall I like how it turned out! Next we have the jumping and falling states;
Character Jumping and Falling State
Jumping and Falling

Some aspects I feel like could use some improvements is the sword - perhaps even adding a small bend to the waste to make the character feel more flexible. However overall - it turned out rather nicely. Next is a ledge grabbing state - the reason for this state is because in the game I will be testing this character in - the character will be able to grab onto ledges to climb!

Character Ledge Grabbing State
Ledge Grab

Similar to the jumping state - I decided to bring the foot a bit forward to show the character holding onto the wall. I felt like bring the sword in as well helped with this. Finally - this isn't a state per se; it is an attack the character will be able to use.

Character Orb Attack
Attack

I feel like that these were definitely an improvement over my last attempt at creating different animation states. The character feels more natural and looks far far better performing these actions than my previous attempt! I can't wait to see these in-game and see how they turn out after a few tweaks and improvements!

Until next time,
Dylan

Tuesday, 15 March 2016

The Constant Factor: Yourself


Hey everyone,

So this week I will be speaking at a local Youthspeak Forum event - organised by AISEC Malta. I will be speaking about entrepreneurship - however I chose to focus on what often is under looked at when talking about the topic. That is the entrepreneur themselves. 


I think most of us heard the term that investing in yourself is possibly the best investment you could possibly make. That argument holds ground due to the one simple fact - that no matter where you are in life, at any point; what is common from your past to your future - is that you yourself are there. This means your skills, ideas, personality, abilities, weaknesses - all these things are there. More importantly - your mindset is there. 

The implication of this is a bit stronger than a lot of people seem to care to believe. Focusing a lot on qualifications within many educational systems tend to reinforce this - but often what differentiates the entrepreneurs is their mind-set tends to be very different than that of others. I speak for myself - switching mind-sets is difficult, but not impossible. In my case - I did it over a course of a few months, always building and improving myself in the ways I believed would be beneficial. However when we talk about mind-set it goes a little bit deeper than that.

Mind-set in terms of - in your every day choices, do you pick the easy way out even if it's not great? Are you willing to push through the hard obstacles presented to you - even if you have no support? Are you willing to not let anything push you down - even when it seems like nothing can possibly pick you up? The answers to these questions seem obvious - though in the day to day life, they can be as little and as large as we can image. Simple things like - going to the gym or exercising over sitting down and doing nothing. To large things like - pushing my dream and vision over following a plot that was readily paved for an easier time but a career I did not actually want. 


In a fair amount of countries - European at the very least, there has been a large emphasis on supporting start-ups. More than that - the environment of the market as is rewards it to a certain extent. E-commerce in many ways created a vast open market that many enterprising individuals can benefit from. Moreover, certain industries (we talk about game development often here) have had the tools required become fair more accessible and fair cheaper. You can go online today - download a number of game development tools and get to it. So why is entrepreneurship still seems like it needs a boost?

Well - the way I see it, as someone pursuing it personally, as well as having studied and read on other entrepreneurial individuals. The opportunities definitely help - but the ultimate basis is the individual. The individual is the entrepreneur - and whilst providing opportunities will help - I think the truly determining factor of entrepreneurship comes from the individual themselves. Which can be taken in two ways. 



One, the opportunities and support given are valueless (which is not true) or two - which is how I see it: that the individual is empowered to forge their own path. Empowering the individual is key to entrepreneurship. So my advice to those pursuing entrepreneurial dreams - make sure you do not neglect yourself. It may seem like funding, ideas, support, opportunities and so on are the essential aspects; but you yourself, are the essential aspect. Your mind-set and perspective is extremely important; as well as your skills and abilities.

Until next time,
Dylan