Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AlexVsCoding

Pages: 1 2 3 4 5 ... 9
31
Hey Folks,

Been on holiday the last week so apologies for the lack of updates!

Feeling a lot better for having some rest, although getting back into the project has taken a couple of days! I've started off with some visual tasks to ease myself back into it, for example, designing a bunch of costumes for the in game shop and remastering the old ones/hacking out the unnecessary ones. A good rule of thumb I applied whilst in the pool was if I couldn't remember the suit, it wasn't iconic enough to be on the roster.


Some of these will be saved for a later update, as the process of implementing each takes a bunch of time to do (And there's still so much left to do as time runs out!)

Here's the backlog of things that I have to do from here on out:

Final tutorial implementation: I spent a bunch of time on holiday designing how I want the tutorial to work and building the logic loops based on how players do. For example, what happens if the player dies mid objective, do you restart the tutorial or just the section they've reached?



Here's a rough explanation of what I've decided:

0: Tap to jump (Bottom of the third image) - Show a finger pressing on the screen along with a text prompt telling the player to jump
1: Flop to the Top - Tell them to climb upwards (And that there is a top)
2: Collect Coins - If the player survives long enough, a coin will automatically fall onto the screen. When this happens, the game will temporarily slow down, a UI element will pop up with the word "COLLECT" and a giant arrow that will point at the coin in question. Collecting 3 coins will stop the notification being displayed on the next playthrough.
3: Avoid fish - Shortly after the first coin drops, a salmon will fall from the top, slowing the game down again and popping up the word "AVOID" with an arrow. Dodging two fish will stop the message displaying the following playthrough.
4: Green lines pop up - When the first green line approaches, a screen will pop in explaining that tapping on the green line will do something.
5: In the second frame of the animation, the player will be seen to be launched upwards with the accompanying visual positives (Money, arrows pointing upwards and possibly a green tick)
6: After that short explanation, the first green line will appear. Accompanying this will be an arrow pointing to it and the caption "BONUS". This caption may change to something more appropriate in time.
7: Red Lines pop up - After a decent gap in gameplay (at least the first level completed), the red lines will be introduced with a similar tutorial to its green line counterpart.
8: The second part of the animation will show what happens if the player taps when passing through the red line: The escalator accelerating, less of a leap upwards and loss arrows dropping from the top.
9: Red line appears on the screen after the tab is closed. Arrow and description "AVOID" appears.


Power up tutorial:

1: Collect Power Up - Like with coins previously, a power up will be dropped into the level, the game will slow down and display that the player should grab it.
2: Use Power Up - Upon collecting the power up, a screen will be revealed indicating the player needs to swipe to activate the power.
3: Power Up Active - The second frame of the animation shows the power up becoming active (Grow) and the icon for the power up changing.

The reason this one is separate is the indecision of where to put it in the game and whether it needs a separate tutorial screen to display it. Most likely, this will fit in snugly between the green and red line introduction. I may do some experiments to see if an on screen indicator of what to do is enough for this one. (E.G. Showing a finger on screen swiping to indicate what you need to do).

Whilst this is a task that needs implementing (And have started laying the groundwork for in a separate build), I'll be focusing on something less gargantuan today. As I mentioned before, I'm easing myself back into the project with more achievable tasks (As when I came back from holiday, I dived straight back into the tutorial logic and obliterated my head). Instead, here's what I'll be focusing on instead:

1. A line that shows your last point reached - A lot of similar games have this marker, be that a tombstone or skull of your previous progress. Possibly having it as a line that can actually boost you up as well might be a nice touch.
2. Polish the top of the escalator - Upon showing it to family, a consensus was reached that the top needed a little more polish, for example, making the little exit grill you get at the top of escalators. I'm also tempted to add in some confetti or visual reward for getting promoted.
3. Drop off for certain objects spawning on the screen when the top of the escalator is reached - Currently, the profit and loss lines look quite bizarre when the player finishes the level, spawning beneath the position of the player despite being out of reach. There's also fish, coins and power ups continuing to spawn despite reaching the top. This can be hilarious but could be exploited (People hanging around at the top and farming coins) or frustrating (Fish spawning on top of you and launching you back as you go to the exit). Putting a limit on the spawn point height for these objects will probably do the job.
4. Enemy Salmon max height - With all objects in the game, if they fall beneath a certain height relative to the player, they die. For example, the coins fall off the bottom of the screen and die. The enemy salmon also have this function built in but don't have an upper limit to when they are removed from the game. Whilst this isn't a problem in earlier levels, in later ones where they become more proficient in jumping they are able to easily scale the escalator (Leading to a glut of fish alive off screen). I'll be logging how many fish are in-game at a time (And who aren't interacting with the player) then finding ways to either kill them off upon reaching a certain height or temporarily disabling them so they remain in view.
5. Better visual indicators on the store - Whilst I did add the various displayed buttons (BUY/WEAR/WORN), there needs to be better UI feedback. For example, having the game ask you if you want to buy the suit you've currently got selected before returning to the game. Another is having an indicator that you can actually buy a suit! Currently, there's no sound or visual indication other than nothing happening to indicate something is unaffordable. I'll likely add a message to the screen, an appropriate audio cue, alter the opacity of suits that can be purchased. I also want to add a notification that a certain suit is available, to drive player traffic towards the store. That would likely be adding an exclamation mark and more flashing to the icon on the game over screen.
6. Structure the menu functionality after the campaign has been completed - In the current game, winning returns you to the main screen, then upon playing again sends you straight to the boss battle. I will be adding in an endless mode for completing the game and in turn the ability to switch modes on the main menu.

$$$$$$$$$$$$$$$$$$$$$$$$$$$ INTERMISSION $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

Here's some experimentation I've been doing with splash banner designs.

Still early on but liking the rough concept so far (And contrasts really cleanly against the pink of the player's design).

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ INTERMISSION OVER $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

7. Add pause menu to the end game sequence - Originally I didn't want to include it, but upon realising how much of a pain in the backside getting footage of the boss sequence was, being able to access it would be a plus. Shouldn't take too long to do.
8. To add some more variety to the levels - I'm currently mulling over changing the suit designs of the other fish between levels. This would tease the shop through a suit being unlocked with each promotion. The only thing that I'm conflicted on is whether doing this makes the player stand out less.
9. Delay on settings toggle - A recurring issue that I'll be dealing with is a delay on the settings tab popping in on game over. I've seen several players press on the settings bar accidentally when they lose (return to menu/buy ad free/see other games). This should be easily fixed with a subtle delay of a second on their activation. This might also apply to the accompanying buttons for the play button (Suit Yourself and Stats).
10. Update bear graphics - After an article from Touch Arcade pointed out the end boss looked like an aardvark (and some testers saying it doesn't look enough like a bear), I'm going to do some refinements to its design. I'm wanting to avoid giving it teeth to not make it scary, but it might be necessary to make it more bear-ish.
11. Red arrows cause lag - Upon jumping on loss lines, the volume of red arrows falling from the ceiling causes the game to glitch on some lower end devices (and isn't particularly clear to what you're looking at anyway). I'll be refining their design and trying to space them out a little more.
12. More indicators of progress - Little notices that let you know how far you're off reaching the top or maxing out a level on coins would help keep players engaged. I'll be dabbling with some ideas for this.

There's obviously a bunch of other things overarching that I've got to do, but this will do for now! Keep an eye on development over the next few days for more updates!

Thanks for reading through this marathon post, writing these really helps me get a better sense of grounding on the project, as well as assembling lists that I can work through (And can tangibly see things getting ticked off).

32
Hey Folks,


After a lot of faffing around, I've managed to get the shop working with swipe functionality. It no longer loops around, but does line up correctly, start the player with the suit they are currently wearing and stops the player from scrolling infinitely. With the system I have in place, it should be easy enough to add more costumes as time goes on.

I've also added noise to the power ups, although there's still the other two issues mentioned in the last post to address.

Here's some extra stuff add to the to do list:

1. More visual and audio stimuli when you buy stuff/interact with things in the store (Currently you don't even get a sound if you buy something)
2. Spawning at the top of escalator - A lot of the spawning functionality was built around the escalator going off the top of the screen, but since levelling that out alignment problems have began occurring. I'll be needing to address that.
3. Whilst I get rid of fish that fall off the bottom of the screen, on the later levels they get too good and rocket up the stairs. This in a gameplay sense is totally fine, but it means there's a huge glut of fish at the top of the escalator that aren't be de-spawned.
4. Finalise the colour of the power-ups - Currently they are the same colour as the first level, but I might decide a more neutral colour that works across all levels.

Here are some overarching things:
1. Re-Design Splash Screen, logo and banners.
2. Clear external assets for release
3. Do tutorial banners and implement them appropriately
4. For the store, get the suits and name, price, order and polish their designs. Cut some of the more generic ones.
5. More feedback for the unique power-ups when used.
6. Implement ad functionality and in app purchases
7. Finish the loop of gameplay (Currently if you win, you can only keep playing the boss battle repeatedly when you press start).

Stay tuned for more soon!

33
Hey Folks!

So update on the project - I've managed to get the new UI system working:
1. Added a noise that indicates when a power up is toggled and collected (May also add one that kicks in when disabled)
2. Swipe functionality was inverted as swiping upwards rather than down on the device felt better.
3. Added a timer that lets you know how long you have left before the power up runs out
4. Decided to fix the power up to the screen like UI to avoid perceptions that it was an object in game rather than a HUD element.
5. Gutted all of the old UI out in the corner.

There's definitely still some work to be done on making this perfect - I'm needing to:
1. Add some more visual and sound based feedback for the different power ups
2. Figure out what happens when you collect multiple power ups or are mid power-up use (Ditch the previous one?)
3. Decide on whether to remove people's power-ups upon death/moving between levels.

The other major thing I've been working on is Suit Yourself (The game shop), where I've managed to add the beginnings of swipe functionality:
1. Compared to before where you tapped either side of the screen to scroll left and right, you now can swipe.
2. Upon finishing your swipe, the clothes rack will automatically align to the nearest one to the player.
3. Set a maximum scroll speed to avoid the rack breaking as well as upper and lower limits to how far it can move.

This is all great, but there's still a bunch of things to fix/add:
1. I've disabled looping as it was causing a bunch of issues of misalignment. I may add it back in eventually, but need to ensure the suits remain aligned as a priority.
2. Making the salmon be aligned to the suit they're currently wearing from the store (Rather than scrolling from the first to the last for example).
3. Tweaking the Sticking of the centre code - Whilst it does the job, it almost does it too well and as a result it makes it hard to move between suits next to one another.
4. Refining the code that limits movement at either end - The code that stops the player from scrolling past all of the costumes does technically work, but has on a couple of occasions failed to stop movement then locked any interaction with the rack. I'll be looking into that.

Grabbing some lunch and I'll then post some gifs/video of current gameplay.

Thanks for reading this!

34
Morning folks!

Today I'm going to be tackling 3 major areas of the project listed in the previous post:

1. Shop functionality - As mentioned in earlier posts, I rebuilt the shops functionality to let the player directly interact with the carousel after the players didn't seem to notice the nifty coat hanger arrow keys I made. This had a period of time that I dedicated to swipe functionality, but couldn't get the desired effect and settled for a two button screen split (Left side to move left, right side to move right). I'll be trying to implement a swipe functionality today.

2. Further experimentation with UI (Power-ups) - Whilst I have definitely written off displaying anything in the bottom right hand corner that is not absolutely critical, you can see from the latest gifs I've been sharing there is still some minimal UI on the top section of the screen. This needs some further tinkering, including (Despite my efforts to amend this) seeing if the power-ups would be better to appear anchored to the screen like a piece of a HUD (Like the score/height measure), or keep the current more physical weight to its positioning on the screen. Setting up a system that I can toggle between if I keep changing my mind would be the optimal solution.

3. Export a build - This one is particularly important, as the lack of testing on a physical device (Instead through a computer/browser) meant I didn't notice the issues with the interface (Of having the players' thumb naturally rest where it was displayed). It should also mean I can keep sending out Testflight builds to accumulate some more feedback.

Here's a fun gif to tide you over of me earlier experimenting with the grow function:


35
Hey Folks!

Nice little set of updates:

I've got the top of the escalator working smoothly. Not only does it level out, but initially the step ascends to the level the player can see.

Here's a quick snap of what that looks like under the hood:

And here's what that looks like in action with the casing on:

As you can see in the above gif as well, I've implemented a couple of extra things;

1. End platform with a finish line on it
2. Little finish line flags either side
3. And of course.....

POWER-UPS

Yep, so I've finally got the power-ups implemented with a toggle-able function. Originally, I built the functionality that you just grab the power-ups and they instantly activate, but that left a lot of poorly timed situations which made them feel more like obstacles than perks (E.g. Low gravity kicking in and having you stuck in the air).


At first I had used the speed gauge window to display the currently selected power up in, but soon realised after that the position of the speed gauge would mean players would accidentally toggle their power-ups (Since it was the resting thumb position, the bottom right hand side of the screen).

I tried putting the monitor in the top left hand corner but that just made less play space on the screen and a hard to reach location to activate, so I made the activation function a downwards swipe.

At this point, I realised that after 8 different iterations of UI for the corner of the screen, it was probably a lost cause to have a screen/scale/chart/interface in the dead space of the bottom right hand corner. In contrast, it was bought up that having some negative space there for the thumb to rest might actually not be a bad thing.

From here came the revelation that a speed gauge wouldn't be necessary since you could gauge the speed of the escalator by looking at it!

In the end, it's more information that the player needs, so I scrapped it.

R.I.P.U.I

BACK TO POWER-UPS

The power-up once collected is displayed in the top left hand corner of the screen as a small icon and upon swiping the screen downwards the power activates. This includes some (And more) of these:

LOW GRAVITY

Lowers the gravity of all objects in the level, allows you to cover huge distances but can leave you floating if poorly timed.

COIN MAGNET


Drags all coins toward the player and consumes them.

BIG FISH

Makes the player huge and therefore easier to climb the stairs which is more like a ramp to a larger player.

There's also slow motion (Which you've seen before) but also x2 multiplier which is a nod to the previous system I had in place.

What from here?

1. Build the tutorial to not only introduce the various power-ups but the gameplay in general.

2. Look at extending the escalator - It's getting really hard to judge at this point, but particularly with the power-ups I'm finding it easier to get up the escalator - Possibly making them an extra third as long would be something I'd be looking into. Failing that, having a variable that I can set/change that allows me to alter the height of the escalator easily.
3. More visual feedback when using the powers - At the moment they feel pretty bland to use, and you can only tell they've de-activated by them disappearing off the screen. No slider, no flashing as they're about to run out, nothing. To add, there isn't much visual indicator in the level that things are changing, so I'll be looking at adding some extra stuff.
4. Start designs for new logo as mentioned previously.
5. Try and experiment with the shop swipe movement - A friend who was also building a shop for their game managed to figure out some swipe code that works with moving multiple actors, so I'll be trying to integrate the solution he directed me to and tweak it for a looping carousel.
6. Properly cost, name and order the various suits in game - A lot of the original ones are garbage and I'll be getting rid of (A lot of them to populate the rails with were just copy and paste with a hue alteration).

That'll be it for now, Thanks for giving this a read and stay tuned for more soon!

36
Hey Folks!

Here's my to do list for today:

1. Flesh out the power-up system in Corporate Salmon:
a. Finalise the power-up list
b. Currently the power-up object is expanded from a tiny file. To add some more detail to this, I'll be looking into doubling its size.
c. Design the accompanying indicator on the speed UI in the corner of the screen.
d. Look into whether being able to physically toggle the power ups works better for the game, rather than activated on collision.

2. Polish top of escalator and level exit

3. Look into extending the end of the escalator (Now that I've shaved a section off of the top)

4. Further optimisation including editing background sizes and removing duplicate files.

I'll be posting updates through today, so keep an eye out for those as I work my way through!

37
Hey Folks,

So today I've focused on several features as part of the game:


1. Escalator top done and further optimisation - Rather than the stub you saw in the previous gif I posted, I used the top of the escalator from the boss level for a cap to the escalator banister. As an experiment, I built a function that optimises the resources used for the game. Previously, I had two separate objects for the front and back banister, but now I've just created a variable based local ID that can determine that I can label to be either a back or front banister. Depending on which one it is, the colour and layer position is altered. This worked and thanks to this, the storage for some of the biggest objects in the game can be halved. There is still a bunch of polishing to be done which I'll be doing tomorrow.

2. POWER UPS! - After realising the slow-mo function was being mistaken for lag, I created a separate object to collect to activate it. From this I designed several different powerups including x2 multipliers, low gravity and coin magnets. Here are some examples in action:
SLO MO


LOW GRAVITY

Currently they activate when the power-up is collected, but I'm going to be dabbling with the concept of having them activated upon tapping on the UI in the corner of the screen. This way, you can toggle that double jump in time with a dangerous situation rather than it being activated involuntarily.

If you have any suggestions for power-ups you'd like to see in the game, let me know!

Thanks and keep an eye on the project tomorrow for more updates!

38
Hey Folks,

Heads up that I took a weekend off from the project to relax but also tinker with some other stuff! Here's what I worked on instead for the Game Maker's Toolkit Jam! Was fun to work on but also gave me some practice in UI design as well as building games at a super small size (96 x 128) which now love doing. May spend tomorrow morning get a version working on a device for fun.


I'll be back on with work on Corporate Salmon tomorrow, so don't worry too much about that!

Thanks for checking the project out, genuinely appreciate the nice feedback Corporate Salmon has received so far.


Here's  some footage of me reworking the top of the escalator to have a flat surface. Originally planned to have it be a floor you arrived at, but it seems to be more entertaining as a section of the elevator that levels out. More tinkering to come!

39
Morning Folks!

So here's the list of improvements that I'll be making to Corporate Salmon, now that I've released the latest TestFlight Build:


1. End of level - There's an immediate bug that makes the player lose upon reaching the top of the escalator that made it onto the latest TestFlight build, which was annoying. Thankfully, I know how to fix it so can patch that in the short term.  BUT, testers have made it clear that the current set up isn't optimal - When the player reaches the top of the screen, the camera position shifts to a point that makes it harder for the player to see what they're doing, jump lines misalign and it generally isn't clear you have to leap off the top of the screen to finish the level. So, I'm going to build an actual tangible end of level the player can reach, be that a finish line, an actual flat surface to land on or a silly finish line banner. I'll figure that out. Either way, it needs fixing.


2. Costume Names/Variants - Now that I have the shop functionality built, I need to populate it with various suits with prices, names and an order that makes sense. I've also got to decide what route I want to take on it, for example do I the variety (And sensibleness/silliness) of suit designs.

3. Update Logo - The current logo has been around since the start of the project, and whilst I like the design the edges are unclean, some of the colours are unclear and I genuinely think there is a better design out there, for example possibly something closer to the game app logo (Fish on the dollar). Expect a post about logo design at some point.

4. Disabling Settings function temporarily for game over - When the player loses, all the buttons pop up for the game over screen. This works well currently, but almost too well. If the player has been spamming the screen or just happens to have picked a position on the screen that aligns with the settings bar, players could accidentally press the "More Games" button or the "Buy No Ads" function. So, I'll be adding a 0.5 second delay to their functions being active.


5. UI Design for the Speedometer - Whilst I am happy with the functionality of the speedometer in game, I am not set on the interface I've designed as the final pass. I had one player point out that by putting fast above rather than below slow, it makes it seem like something to aspire to. Also, in most racing games, going fast is something to aspire to whilst in this it's actually making it harder for you with little benefit. So, I'll be flipping the design so green is on top and red is on bottom, but also looking into a different terminology (Slow is usually negative in games, so something like Safe, Good or even use a smiley face instead).

6. Tutorials - With having that speedometer in the corner of the level, I can display tutorials hints and tips early on in the game. I'll be making sure players understand the green and red lines as they are introduced. If I can't fit it all on that one screen, I'll have a pop up that will explain it's functionality clearly to ensure it's getting processed.

7. Awesome Bullet time = Lag - Testers perceived the slow motion jump that randomly occurs on green lines as a lag spike, so instead of having it there, I'm going to be looking into pickups and power ups that will cascade down from the top. That way, I can extend the time period for bullet time longer and it's clear what it's doing in game (Without being mistaken for lag).


8. Record Functions - At the moment, recording footage can only be triggered by pushing the button in pause, dying and then restarting the level. Instead, I'll making it so you toggle it on and off using the record function. I'll also be adding some kind of indicator of currently recording.

9. Further obstacles - I'm currently looking into the possibility of having missing steps, trampolines and other in game hazards to mix up gameplay. This one is more of a stretch goal that I'll be investigating as time goes on.

Stay tuned for more, I'll try and post some updates on here today!

40
Hey Folks,


So I've got the latest build of Corporate Salmon done! A lot has changed:

1. Optimisation - When I compiled the latest build of Corporate Salmon, there were some pretty hefty load times between playthroughs (2 or 3 seconds compared to half a second) which despite being small can still hamper the flow of gameplay. Having looked at the atlases for the game, It became clear that I needed a clear out! A lot of the old UI before revamping the colours was still knocking around as well as iterations going back a while. This amounted to around 40mb of spare animations, backgrounds and other graphics (From 70mb down to 30mb). I not only gutted a lot of these animations, but spread the loading of those graphics across various atlases to spread the loading more evenly. Game now runs silky smooth (Although there’s still a bunch of optimisation yet to be done and still some more stuff to add in!)

2. Boss sequence/ending updated - Previously completely broken as a section of the game, due to a null point error, I've now fixed the boss sequence and added a smooth track camera that doesn't restrict the path of the player. I also added a subtle parallax effect for the window, so you can see the city move in the distance through the glass. I tweaked the movement of the player on this final level to fare better against the boss, tweaked further some of the assets in the level, altered the TVs to animate more like an active screen rather than a static powerpoint. I also added a thin opacity layer to create a slight depth to the environment, rather than just one flat colour. I've added the final end screen which includes the credits and a funny little ending sequence.

3. Updated the pause screen - Previously there was little UI wise on the pause menu, but now I've added an indicator of what level the player is currently on to try and give a sense of progress.


4. Score tally skip implemented - On the last build, you had your coins tallied on a scaling bar. If you didn’t wait till it had finished, you would lose those points. Now, when you change screen, it’ll shove all of your points through to avoid them being lost. I also ditched the physical visualisation of the coins falling into a piggy bank as it was causing a lot of heavy lag (Creating and uncreating hundreds of actors in very close proximity to one another). You originally saw them fall a large height, but by the time that I cut them out it was barely a flash of them being on screen (Such a narrow gap). The only remaining issue on this front that I need to fix is by skipping the counting up on the 9th level before the boss, you can actually get access to a secret placeholder level. Still deciding whether to fix that or not!


5. The purpose of the green/red lines - I’ve had the profit / loss lines from the beginning, but their functionality has changed throughout the process. First it just a boost, then the method of levelling up, then a multiplier, then just back to a booster. To finally pin down the mechanics for it:

a. Currency - I’ve merged the two currencies of the game (Previously money and profit and loss) into one. Jumping on a green line will reward the player with +$5 whilst jumping on a red line will punish with -$5. This was to make the numbers easier to process and give an immediate incentive to jump on the lines, rather than trying to calculate multiplications (Money x Profit = ? ? ? ? ?)
b. Launch Angle - As with the currency function, I had the launch angle on a system of opposites; green would launch you upwards whilst red would slam you downwards. A lot of players found the red line jarring and didn’t understand what had happened, so I’ve now just made it so you do a regular jump upwards but just less than the green lines.
c. Escalator Speed - The new function I’ve added to it is controlling the speed of the escalator. In the game generally, the escalator accelerates over time. If you jump on a green line now, it lowers the speed slightly, but if you jump on a red line, it increases the speed by slightly more, giving you a clear reason to avoid jumping on them. But, rather than an absolute death wish (As they were before) there’s still a way of pulling it back from the brink by hanging on and slowing the player down with jumping on green lines. Speeding up the escalator is actually a great way of clearing the escalator of other fish (As long as you can survive as well!)
d. Other stuff - To make it clear you can interact with them, I’ve added green and red arrows that flicker up when you overlap with the jump line, as well as highlighting it and slightly bloating its size. Their introduction is staggered currently (No lines, green lines, green and red lines), but I’ll also be adding a tutorial to explain how each element works.

I’ll post up the remaining changes a little later along with some updated footage and gifs of current gameplay!

41
Morning folks!

Here's the more conventional list of stuff that I've improved since the last build:


1. Shop layout: There was a bunch of different things that needed amending on this front, for most of the players I'd seen using it they were trying to swipe to scroll between the various suits, rather than using the coat hanger shaped arrows provided next to the buy button. I've been having some trouble getting the scroll functionality working, so for now I've assigned the two halves of the screens to either button (Left for left, right for right). I've also switched the position of the cost and wallet content with the scrolling buttons. As part of this, I addressed an earlier issue of the score bars not scaling to match the content inside them (Having the price of the one million dollar suit poking off the edge of the level). For that whilst calculating the position of the score displays I added the width of the score in the font used, so as the number grew in length, the position in turn would alter. This involves having a little bit of extra display off screen to expand into.
2. Lose State Underlay: At the end of every round in which you lose, the sections of UI pop in and the back layer darkens with an actor based underlay. Whilst this worked nicely for the original level, it looked awful on the later, brighter levels who had palettes that clashed with the original. So, I used the same colour modifiers that I altered the hue of the steps/escalator with to set the underlay with. Looks nice now. There's still an issue with the layering where certain bits of gameplay aren't ordered right, I'll be addressing that later as it isn't a major issue.
3. Arrow at top of Escalator: For this, I repurposed one of the signs from the CEO office which points the player upwards as they reach the top of each level. May add a fancy animation to it.


4. Purchased Rather than Owned? This was in reference to the suits bought from the shop. Whilst purchased is more appropriate, it is longer than owned and therefore doesn't fit the screen as nicely, so I'll be sticking with owned for now.
5. Background for Suit Yourself Revamp: This one is technically still work in progress, but I've already removed the middle row of suits in the background (To reduce noise) and added a subtle low opacity layer in between the salmon and the suits on sale to create a bit of depth and clear differentiation between layers.
6. Added multiple states for the buy button: Previously had just BUY as the option for the store, but this caused a lot of confusion for new users (Who thought they had to keep buying previously purchased suits). Now, you have BUY, WEAR and WORN, as well as the suit currently being worn having only a coat hanger left to indicate it's not available to pick.
7. Switching out metres for feet: My sister pointed out that 125m could be mistaken for 125 million instead of a measurement of height. So, I've opted for feet instead or FT. Nice easy fix, should hopefully make a subtle difference.


8. Add "Paused" to the pause screen: Prior the paused screen didn't have many indicators of the game being clearly paused, so I added a nice simple block of text to pop up when the button is pushed. I also tweaked the pause button to be available from the start and also altered the colour slightly. May add the underlay if needs be, but not sure yet.
9. Experiment with jump angle: This one is still going to need a bunch of work; I'm currently thinking of going back the earlier stamina system where spamming still gives you a decent jump but lacks the accuracy of more slow and precise tapping. I'll have to dabble to figure out if I can do that without putting some kind of bar on screen.
10. Increased opacity of escalator glass: This adds a lot more depth and because of the subtle overlap between escalator sections you also get a better idea of progress.
11. Fixed the boss sequence: because of some issues of trying to reference layer ID's that didn't exist in the boss level, the game consistently broke and crashed. I've updated the player code to fix this but have also introduced the smooth camera function so the player can actually run away at their own pace with the bear in hot pursuit.

There's also a bunch of other small refinements and changes I've made, some that are still up for refinement and change.

Here's my list of stuff to do today:

1. Refine the boss sequence:
A. Add some depth to the office with a subtle opacity layer.
B. Look into subtle parallax for the cityscape in the distance that can be seen through the office windows.
C. Add more animation detail to the bear.
D. End cinematic and a credits screen.
E. Refine existing cinematics.
F. The small monitors that are sat on the office tables have displays that look like total garbage - Fix.
G. Refinement of picture frame physics animation falling off.

2. Look into designing custom scanline font? (A lot of work but could be used for multiple games)
3. Revise scoring system since people still aren't noticing it/having trouble with it. Will be looking at hacking out the profit and loss multipliers.  
4. On the game over screen, allowing the player to skip the score tallying (Similar to skipping dialogue in RPGs)
5. Floor/Level marker to indicate more clearly that you've levelled up (A lot of dead space in the bottom right hand corner, so will be looking at using that space to display that but also tutorials, hints and offers/incentives).


Stay tuned for more info!

42
Hey Folks,

Late night post here, but managed to get a bunch done on the project.

If you look at the previous post, I've managed to work through a bunch of the changes. I'll post a full list tomorrow but for now, here's a nice little gif of the final boss:





Somewhere I've got a full breakdown of how I built the bear, I'll upload that on here at some point.

Thanks! Got a full day of work on this tomorrow, so more updates soon!


43

Hey Folks,

Managed to get a bunch sorted today, been chipping through the list, most of my focus today has been on getting the shop sorted.

Main thing I'm going to try to get to the bottom of tomorrow is how I want the suits to be selected and how the player transitions between suits (Whether they perform one swipe and it moves a set of the suits along in one swipe or a sustained swiping).

Here's a glorious gif of the Corporate Salmon wearing a hotdog bun for a suit.


Signing off for today, keep an eye out for more progress tomorrow.

44
Hey Folks,

Had a weekend off from the project, which has given me some time to consolidate my thoughts on the project but also do some play testing!

Here's the list of amendments and improvements:
- Fix boss sequence
- Profit and loss line system still not clear
- Swipe to scroll within the shop
- Look into extending the level
- Finish the end cinematic
- Review the lose state underlay
- Add upward arrow at the top of the escalator
- Update logo and splash screen
- Possibly update font/colour for stats screen
- Set up Ads, rating system, iAP and leaderboards.
- Update Ad reward graphic
- Purchased rather than owned?
- Price window should scale to match length of string
- Redo backdrop for Suit Yourself
- Come up with list names and appropriate prices for the suits recently designed
- For the BUY button for Suit Yourself, have the alternative option of WEAR for purchased items
- Look into variations of stairs for the escalator (Wobbly/Tiny/Huge)
- Extra/bonus backdrop designs?
- Anti-Spamming mechanics
- Update bear portrait
- Finalise tie fastening animation for menu
- Possibly add accompanying animation graphic for the tutorial for "tapping the screen to jump"
- Switch metres for feet (Because 32m looks too much like million beneath the currency display)
- Add "Paused" text to pause screen.
- Disable display of pause icon when recording footage
- Hard reset function under settings
- Experiment with making jump angle and speed more consistent
- Figure out how to display a nicely animated score at game over whilst also recording the outcome if the player decides to skip that
- Dabble with opacity of escalator glass
- Update record button graphic
- Experiment with updating coin designs (Higher resolution since the current version is scaled up from a smaller resolution)
- Try designing lower resolution profit and loss bars then scale up instead.

Apologies if this appears somewhat rambling, just copied it from my notebook and in time I'll be elaborating on each point as I address them. At the very least, I'll try and group them into either priority or subject, as there is definitely some overlap on these fixes.

Stay tuned for more updates soon!

45
Hey Folks, I've uploaded a video of gameplay if you fancy giving it a look!

https://www.youtube.com/watch?v=lGNDkFmVok4

It's not super swish quality but I'll upload a video from my tablet tomorrow (Once I've updated the build).

I'm also going to be updating the Gifs in the first thread which I'll be storing here for comparison against the current progress. Looking back it's comforting to see the change, as I've been doing a lot of remaking the same assets over and over again so from my perspective progress is unnoticeable.

Thanks again for giving this a read, I'm signing off for tonight once I've switched the gifs.

OLD / NEW














Pages: 1 2 3 4 5 ... 9