Results for tag "bearchuck"

4 Articles

Bear Chuck learns Unity

Hey guys!

So Bear Chuck had been quite silent for a while, I’ve been learning Unity with the goal of ultimately porting Bear Chuck over to it because it seemed more robust, especially from the web build as well as cross-platform porting point of view.

If you prefer a TL;DR: Bear Chuck Unity web build! <—- click to play

My Unity learning experience started with me making Jack King to learn the ins and outs of how Unity works, and sure enough, it wasn’t simple. The C# syntax was certainly an entirely different beast from Gamemaker’s scripting. But the interface! What a pleasure to work in! It makes GMS’s interface look like movie hacker stuff - Impractical and blinding.

And then I worked with Loet on Rocket Blocks which became Rocketto, Loet offered to help me with porting Bear Chuck to Unity, so I suggested that we tried a smaller project to see how we worked together. Also it was supposed to be for MakegamesSA’s Comp E, but we didn’t have enough time to hit that deadline. Since then Loet’s gotten busy with other stuff (such is life!) and we’ve decided to put that on hold for the time being.

But that didn’t mean the end of my Unity learning! I took what I’ve learned from Jack King and Rocketto so far and started dissecting Bear Chuck to put it into Unity, also with an idea of a new control scheme (ultimately the controls seemed the most needing-to-be-solved part of the Bear Chuck experience).

What I’ve learned of Unity-fu while doing this:

  • Go with Unity instead of against it. In GMS I built my own simplistic Physics engine to make sure things conformed to a pixel-perfect system. When I tried that in Unity it was HELL. Unity’s systems are super intricate and Frankensteining my own system meant I ran into all kinds of problems one after the other (just look at the Unity General Questions thread and you’ll see).
  • The Unity 2D system isn’t quite complete yet. Unfortunately essential functions like IgnoreCollision() aren’t in yet, and that makes things rather dicey. There are workarounds but they’re complex and cause other problems, unfortunately.
  • Though it is already a ton better than trying to do 2D with Unity before the upgrade!
  • You can’t reference SpriteRenderer directly without GetComponent. Something to remember.

I had to do a few things to get it to work more like I needed it to - I cranked Friction way up, I adjusted the colliders to be smaller than the blocks were visually, I made the blocks round off to perfect positions at every opportunity possible, etc, and I ended up with something pretty close to the clean physics a block matching game needed. I like the bounciness of it, and I would never have been able to do that with my own engine.

May I present, Bear Chuck Unity web build! <—- click to play

Right now it’s more of a toy for the control scheme. The bear is a ninja. He can telejump anywhere he pleases (click), to pickup and throw blocks as he pleases (click and drag)

I hoped that this control scheme suits the game and mechanic much better and gives it a legitimate home on a tablet. Though I’m not sure if that’s entirely a good thing, to completely aim for touch devices only. I’ve ideas of making this work on a controller, but… one step at a time!

XBOXZA Podcast ep2: The Indie Episode

The guys at the XBOXZA Podcast asked me to join their Indie episode, and it was tons of fun! We chat about things like what it takes to make your own game, what should you study and use to develop your own game, and generally our experience in indie game dev.

I shared a bit of my own story in how I started walking this path of passion (In service of fun since 1999), what I did to get past the daunting learning of programming, as did my fellow GameMaker comrade-in-arms Julian Prichard and Michael De Jager.

Enjoy it! I did! 🙂

Links mentioned in the cast:

Make Games SA - www.makegamessa.com/

Twitter:
Graeme Selvan (XBOX PR) twitter.com/Greyhamz
Steven Tu: twitter.com/Tuism
Michael De Jager: twitter.com/retroFuture001
Julian Pritchard: twitter.com/Pandawlf
Dave Russell: twitter.com/DaveMSDevSA

Game Links:
zX Hyperblast: steamcommunity.com/sharedfiles/fil…ls/?id=92997105
Bear Chuck: www.thesteventu.com/bearchuck/

rAge 2013: 15 made in SA games showing!

rage_mgsa_2013

Every year, I think to myself I don’t need to go to rAge to gawk at the same AAA titles that you can see on Youtube and everywhere else. Every year I end up going because of one thing or another - if it wasn’t me judging the amazing Cosplay for Legion Ink for two years in a row, it was being a booth babe for Otaku Magazine, or organising booth babes for Asus, or whatever. rAge has become an ubiquitous landmark in the geek calendar, and for good reason.

This year’s rAge is gonna be a real special one! Well, every year’s rAge turns out to be special for, but this one will end up taking the proverbial cake. I just know it. I feel it in my bones. Why?

For starters, my game that I’ve been working on Bear Chuck will be playable and on display! And even better, I share the honor with 14 other made-in-SA games! 15 games!! FIFTEEN in total! Even as part of makeGamesSA for the last year, I never realised how quickly we’ve grown.

In no particular order (except of course the first one), here are the 15 made-in-SA games that you can come to check out and play at rAge 2013:

 

Bear Chuck

My page with playable build

Broforce

Offcial page with playable build

Desktop Dungeons

Official page with playable build

Viscera Cleanup Detail

Official page with playable build

zX: Hyperblast

Official page with playable build

Silhouette

Official page with playable build

Pixel Boy

Official site

A Day in the Woods

Official site

Death Laser

System Crash

Official site

Toxic Bunny

Official site

Wang Commander

MakegamesSA thread

Cadence

Official site with playable build

Blazin’ Aces

Official site

Death Smashers

Developers official site

rAge 2013 is going to be amazing! Come say hi and join us for a few games! 😀

Bear Chuck BEAR-SIZED update!

I’ve been working pretty hard on my game Bear Chuck to get it read y for rAge 2013, and I’ve got me a stable build! 😀

I’m gonna just leave this gameplay video to do the talking:

With a brief log of updates:

  • Super improved AI - it actually BEAT ME. More than once.
  • A new menu worthy of the Bear Chuck name.
  • A Brand spanking new gameplay video starring Bears!
  • Settled on the new name Bear Chuck! Just too adorable 🙂
  • Updated the animation and upgraded the AI a bit more
  • Added a few more effects
  • The combo system now works! Chains will add exponentially more attacks to the other side - e.g. a match of 4 will be an attack of 2, and match 5 will attack 3. Each chain adds a multiplier to your attack - so at combo 2, the attack will be multiplied by 2. E.g.: First match of 4 creates attack 2. Then another match of 4 is the result of a chain reaction - and that attach will be multiplied by the combo factor of 2 for an attack of 4 (2 x 2).

Get the playable build on the Bear Chuck page! 😀