Saturday 28 July 2018

Announcing the release of "Waterstone Temple"

Hello there!

I've released another game which is a submission to the "First game" game jam (which my games "Pipe dreamer" and "Memory delivery service" were submitted on). This game is my first 2d game with a Z axis - thus operating like a 3d game, hence I've had to create my own collisions and physics. I have learnt a lot during this project, it is also the first project that I've released where I have made a level editor catered towards the needs, as you can see below:

With that being said, you'll notice that the game is still a bit rough around the edges, I'll probably fix these things. I don't know when, because when I finish a project - I usually don't touch it. I'm just glad it's out of the table.

Play it here - https://pixel-brownie-software.itch.io/waterstone

At some point or another, I'll upload the source code to this project on my Github.

On a side note, I have also been working on a number of projects which won't be revealed for now, but I plan to release 3 more projects this year including Bounty Hunter II. Speaking of which I do have some news on that project which I may reveal in August, it's still pretty relevant on the development table surprisingly.

That's all from me!

Thursday 5 July 2018

GitHub Announcement!

I'm pretty sure anyone who's read my blogs knows that I make games and posts updates of them when necessary. Obviously, in order to make such things exist, you need to program - and since I couldn't magically summon some mastermind programmer to cast my ambitious ideas into life involving some complex wizardry, I decided to get my hands dirty learn how to write code.

Since then I've been hiding my wizardry from the public, mainly because I though people may disapprove of my code and call me a terrible programmer. Until today - and I don't think there would be a time any better than today. If I were to say to someone "I write code" and they ask me "Give examples", I don't really think that telling them "Well erm... hold on let me just go into the source code of my games and..." would think that I'm much of a competent person; I could just say "Sure, just go on to my GitHub" and give them the link to my GitHub and they can look at whatever they please of mine. Plus if you look beyond just me, many software developers use it to communicate with co-workers (in terms of changes and additions to code, etc) as well as companies often looking at people's GitHub as a place for their portfolios. Hence GitHub would be a needed skill if I were to ever get a job in this market.

I tactfully signed up to GitHub around mid-November 2017 (around the time I was finishing up Catwalk) but I had no idea how to upload my source code and I thought I had to install all of this complicated software in order to
Flash forward several months later - early this month, I decided to return to GitHub and download the infamous "Git" command line. Anyone who has ever played with or used CMD knows what I'm talking about - that program with nothing but a black screen and some text. Don't get me wrong, the over-technical and nerdy side of my heart enjoys such things but the thing I don't like about such programs is trying to locate files.
I constantly think "Should I start from the '\C:\users' part or from my own path?", it's a mess and I still can't figure such things out. Hopefully I will in time.

Anyhow, it turns out I didn't need to do that; with the help of a few online resources I managed to (sort of) get the hang of it, and upload the source code of one of my games (after several failed attempts).

As of writing this blog post I've already uploaded the source code of Bounty Hunter I, Ba-Temp and Red Blue Adventures: Crash & Brawl.
You are now free to look at the very thing that powers these games, expect more to come soon!

Here my GitHub is: https://github.com/PixelBrownieSoftware

Critiques are indeed welcome, in fact that's part of why I wanted to put them there in the first place. Well that's one thing to tick off my bucket list!

That's all from me!